Auxilor / eco

Spigot development library, built for the latest version.
MIT License
157 stars 52 forks source link

circular plugin loading #337

Closed Entrodor closed 3 months ago

Entrodor commented 10 months ago

Describe the bug server crashes due to circular plugin loading. To Reproduce Steps to reproduce the behavior: use eco, executableitems, customcrafting, ecobosses/ecoitems/ecoarmor/ecoskills/ecoenchants together

Expected behavior to not trigger paper's circular plugin loading crap

Screenshots (log snippet small enough to not need screenshot.)

[SimpleProviderStorage]: eco -> ExecutableItems -> CustomCrafting -> EcoBosses -> eco
[SimpleProviderStorage]: eco -> ExecutableItems -> CustomCrafting -> EcoBosses -> EcoItems -> eco
[SimpleProviderStorage]: eco -> ExecutableItems -> CustomCrafting -> EcoSkills -> eco
[SimpleProviderStorage]: eco -> ExecutableItems -> CustomCrafting -> EcoArmor -> eco
[SimpleProviderStorage]: eco -> ExecutableItems -> CustomCrafting -> EcoEnchants -> eco

Server Information (please complete the following information):

Additional context for now we tempfixed these issues by commenting out executableitems, customcrafting and itemsadder from eco's plugin.yml file

WillFP commented 3 months ago

Fixed