PluginBugs / Issues-ItemsAdder

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

[Bug]: Error world populators missing worlds #1232

Closed QuentiumYT closed 3 years ago

QuentiumYT commented 3 years ago

Terms

Discord tag (optional)

QuentiumYT#0207

What happened?

I started my test server with a few plugins and only the world "world", there is an error message for blocks trying to populate non existing worlds Even with all the debug messages, there is still this issue, maybe the warning bypass these debug options in config.yml

Steps to reproduce the issue

  1. Start a server with only the main world
  2. See console for errors with end_ore, blaze_powder_ore & nether_alchemy_ore

Server version

[18:18:13 INFO]: This server is running Purpur version git-Purpur-1394 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: acb8a26 on ver/1.17.1) [18:18:13 INFO]: You are running the latest version

ItemsAdder Version

[18:18:38 INFO]: ItemsAdder version 2.4.17

ProtocolLib Version

[18:18:52 INFO]: ProtocolLib version 4.7.1-SNAPSHOT

LoneLibs Version

[18:19:03 INFO]: LoneLibs version 1.0.14

LightAPI Version (optional)

No response

LibsDisguises Version (optional)

No response

FULL server log

latest.log

Error (optional)

[18:17:37] [Craft Scheduler Thread - 5 - ItemsAdder/ERROR]: [ItemsAdder] World populator end_ore failed to load. No world matched world_the_end. Maybe wrong name or it doesn't exists. File: \data\items_packs\itemsadder\blocks.yml
[18:17:37] [Craft Scheduler Thread - 5 - ItemsAdder/ERROR]: [ItemsAdder] World populator blaze_powder_ore failed to load. No world matched world_nether. Maybe wrong name or it doesn't exists. File: \data\items_packs\itemsadder\blocks.yml
[18:17:37] [Craft Scheduler Thread - 5 - ItemsAdder/ERROR]: [ItemsAdder] World populator nether_alchemy_ore failed to load. No world matched world_nether. Maybe wrong name or it doesn't exists. File: \data\items_packs\itemsadder\blocks.yml

Configurations

config.yml.txt

Screenshots/Videos

(you can drag and drop files or paste links)

LoneDev6 commented 3 years ago

Do these worlds exist in your server? world_the_end, world_nether

QuentiumYT commented 3 years ago

They aren't, and they will not. But the debug message for unknown world populators doesn't do anything

LoneDev6 commented 3 years ago

Thanks this will be fixed