PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
52 stars 21 forks source link

Non-materialized black blocks & Texture pack #3141

Closed Snow123159 closed 10 months ago

Snow123159 commented 10 months ago

Terms

Discord tag (optional)

snowtha

What happened?

Hello,

We carried out a migration on our Minecraft server between the Oraxen and Itemsadder plugins. The migration went well and we had no apparent errors (console, plugin itself...). However, we were able to notice some bugs and the plugin documentation and the bugs already dealt with did not allow us to determine where our various problems were coming from.

The first problem concerns non-materialized black blocks that some players may see appear when connecting to the server. The blocks are temporary and disappear quickly but it is still disruptive.

Our second problem concerns loading the texture pack (iazip). Indeed, the server restarts automatically in the morning and during this restart, the texture pack is not taken into account in the game and we must manually use the /iazip command on each restart.

We are counting on your professionalism to enlighten us on these various problems in order to improve the quality of the services we offer through your plugin.

Thanking you in advance for the help you will give us.

Steps to reproduce the issue

  1. Automatic restart of server infrastructures.
  2. Having to manually use the command to recover the texture pack which did not load with reboot.
  3. Connect to the server to temporarily see unmaterialized black blocks appear.

Server version

[13:35:38 INFO]: Current: git-Purpur-1982 (MC: 1.19.4)* Previous: git-Purpur-1708 (MC: 1.19)

ItemsAdder Version

Version: 3.6.2-beta-r2

ProtocolLib Version

ProtocolLib v5.1.0-SNAPSHOT-649

LoneLibs Version

LoneLibs 1.0.27

FULL server log

N/A (No error)

Error (optional)

N/A (No error)

Problematic items yml configuration file (optional)

N/A (It's not an item)

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

2023-11-10_17 02 58 2023-11-10_17 04 38 2023-11-10_17 02 51

github-actions[bot] commented 10 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

LoneDev6 commented 10 months ago

The first problem concerns non-materialized black blocks that some players may see appear when connecting to the server. The blocks are temporary and disappear quickly but it is still disruptive.

Strange, I think it's the client mod which causes the black screen not to disappear after resourcepack installation is complete, so please disable it. (duplicate of #2522 )

  protect-player:
    black-screen: false

Our second problem concerns loading the texture pack (iazip). Indeed, the server restarts automatically in the morning and during this restart, the texture pack is not taken into account in the game and we must manually use the /iazip command on each restart.

This is strange, I don't see how it has to do with the restart as the plugin will work fine after restarts. There is something wrong here, probably some plugin interfering? Can you please elaborate more what you mean by: "the texture pack is not taken into account in the game"

We are counting on your professionalism to enlighten us on these various problems in order to improve the quality of the services we offer through your plugin.

Thanks a lot for your trust, I do my best.

Snow123159 commented 10 months ago

Strange, I think it's the client mod which causes the black screen not to disappear after resourcepack installation is complete, so please disable it.

This seems to work. Thank you so much.

This is strange, I don't see how it has to do with the restart as the plugin will work fine after restarts. There is something wrong here, probably some plugin interfering? Can you please elaborate more what you mean by: "the texture pack is not taken into account in the game"

Concerning the texture pack, it seems that it is a problem with the font-images. Indeed, the items appear correctly but not the font images.

Here is an extract from our logs relating to the use of the plugin.

logs itemsadder.txt

Thanking you in advance for the help you will give us.

LoneDev6 commented 10 months ago

No problem! Please read here to find out the cause of font images not loading. https://itemsadder.devs.beer/faq/identify-why-textures-are-not-shown

Snow123159 commented 10 months ago

Unfortunatly, we don't find any error or solution with the link you sent...

LoneDev6 commented 10 months ago

Concerning the texture pack, it seems that it is a problem with the font-images. Indeed, the items appear correctly but not the font images.

Provide screenshots of the issue.

Snow123159 commented 10 months ago

Provide screenshots of the issue.

1

2

We must to do /iazip everytime the server restarts. And no errors appeared in the server logs. And the documentation does not allow us to understand and find the source of the conflict.

Here is an extract from our logs relating to the use of the plugin.

logs itemsadder.txt

Snow123159 commented 10 months ago

Up

Snow123159 commented 10 months ago

image

This problem is still here too

image

Snow123159 commented 10 months ago

Up

LoneDev6 commented 9 months ago

Did you read the tutorial to identify why these textures are not loading? https://itemsadder.devs.beer/faq/identify-why-textures-are-not-shown You also have to read the CLIENT log not only SERVER log.

About the black box, disable protection in config.yml of itemsadder. black-screen: false