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
Mods have a PostInit phase after all plugins are loaded, not to mention ParaUtil may not always be loaded last.
This can be fixed by setting this to be a delayed task and use the bukkit scheduler to give it a delay of 5 ticks (Anything thats 1 or less will execute before the server init phase is done)
The text was updated successfully, but these errors were encountered:
Mods have a PostInit phase after all plugins are loaded, not to mention ParaUtil may not always be loaded last.
This can be fixed by setting this to be a delayed task and use the bukkit scheduler to give it a delay of 5 ticks (Anything thats 1 or less will execute before the server init phase is done)
The text was updated successfully, but these errors were encountered: