You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loadbefore in plugin.yml contributes to a bunch of cyclical dependency issues. Here's one example (see my big response further down in the issue if you're not aware of what's going on there): EssentialsX/Essentials#5608
The typical behavior on modern servers is actually to stop loading plugins entirely.
Here's an example of it on Paper:
[17:15:37] [Server thread/ERROR]: [SimpleProviderStorage] Circular plugin loading detected!
[17:15:37] [Server thread/ERROR]: [SimpleProviderStorage] Circular load order:
[17:15:37] [Server thread/ERROR]: [SimpleProviderStorage] Essentials -> DeluxeHub -> Multiverse-Core -> CrazyCrates -> ItemsAdder -> Essentials
[17:15:37] [Server thread/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.
With it starting on the first commit, I can't find the reasoning for why you added that to the plugin.yml file. EssX always gives priority to other commands, if that's your reason (only one I can think of).
Please consider removing the loadbefore. 🙂
The text was updated successfully, but these errors were encountered:
The
loadbefore
in plugin.yml contributes to a bunch of cyclical dependency issues. Here's one example (see my big response further down in the issue if you're not aware of what's going on there): EssentialsX/Essentials#5608The typical behavior on modern servers is actually to stop loading plugins entirely.
Here's an example of it on Paper:
In this one, CrazyCrates also contributed. They have already resolved this here - Crazy-Crew/CrazyCrates@f5cd96d
With it starting on the first commit, I can't find the reasoning for why you added that to the
plugin.yml
file. EssX always gives priority to other commands, if that's your reason (only one I can think of).Please consider removing the
loadbefore
. 🙂The text was updated successfully, but these errors were encountered: