-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG report] Circular plugin loading detected #346
Labels
bug
Something isn't working
Comments
Same thing with Jobs Reborn 5.2.2.3 |
Great support! |
Add the startup flag |
Should be fixed with new versions of eco, if not then follow the advice from @refractored |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[14:46:32 ERROR]: [SimpleProviderStorage] Circular plugin loading detected!
[14:46:32 ERROR]: [SimpleProviderStorage] Circular load order:
[14:46:32 ERROR]: [SimpleProviderStorage] CMI -> eco -> ItemsAdder -> EnchantSlots -> MMOItems -> MMOCore -> Residence -> CMI
[14:46:32 ERROR]: [SimpleProviderStorage] CMI -> eco -> ItemsAdder -> EnchantSlots -> EcoEnchants -> CMI
[14:46:32 ERROR]: [SimpleProviderStorage] Please report this to the plugin authors of the first plugin of each loop or join the PaperMC Discord server for further help.
[14:46:32 ERROR]: [SimpleProviderStorage] If you would like to still load these plugins, acknowledging that there may be unexpected plugin loading issues, run the server with -Dpaper.useLegacyPluginLoading=true
[14:46:32 ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Circular plugin loading from plugins CMI, CMI
at io.papermc.paper.plugin.storage.SimpleProviderStorage.handleCycle(SimpleProviderStorage.java:78) ~[purpur-1.19.4.jar:git-Purpur-1985]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:43) ~[purpur-1.19.4.jar:git-Purpur-1985]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[purpur-1.19.4.jar:git-Purpur-1985]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:445) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:310) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1120) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325) ~[purpur-1.19.4.jar:git-Purpur-1985]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
eco is 6.69.0 / ecoenchant is 12.3.0
The text was updated successfully, but these errors were encountered: