Any clue what is causing this:
I can supply more information if needed. I updated my “mods” and I updated the sponge version (tried two different versions just incase) and I’m still getting this.
Any clue what is causing this:
I can supply more information if needed. I updated my “mods” and I updated the sponge version (tried two different versions just incase) and I’m still getting this.
One of your Sponge plugins tries to use the ServerAboutToStartEvent
, which no longer exists. @simon816 tells us it is now called GameAboutToStartServerEvent
. Nag the authors of your plugin to adapt to the great Event refactor
@Saladoc post init is something different. The new event name is GameAboutToStartServerEvent