kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics for 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
179 stars 71 forks source link

Plugin Skipping worlds that have not yet been loaded. #747

Closed Brasil150 closed 1 month ago

Brasil150 commented 3 months ago

Information

[16:02:18 WARN]: [OldCombatMechanics] Configured world End not found, skipping...
[16:02:18 WARN]: [OldCombatMechanics] Configured world LostIslands not found, skipping...
[16:02:18 WARN]: [OldCombatMechanics] Configured world Temple not found, skipping...

Problem Description

Skipping plugin worlds that have not yet been loaded.

To Reproduce

Steps to reproduce the behavior: 1. Use a plugin that load worlds after Oldcombatmechanics 2. Start the server 3. The plugin will ignore the defined worlds in the configuration. ### Expected Behaviour The plugin should wait for all worlds to be loaded and then perform their verification. ### Actual Behaviour The plugin executes verification before all the world are loaded. I am running a skywars server whose plugin is loaded after OldcombatmeChanics. Causing the oldcombatmechanics to ignore these worlds.