JimiIT92 / UniverseGuard2

An easy to use world protection plugin for Sponge
https://ore.spongepowered.org/Francesco_Jimi/Universe-Guard
GNU General Public License v3.0
19 stars 3 forks source link

Getting this error: "Could not pass the event FMLServerStartedEvent to an Event Listener!" #135

Closed enchanterdog closed 3 years ago

enchanterdog commented 3 years ago

Howdy,

Mod plugin stopped working out of the blue. Was playing with config files, but couldn't see any changes that were made that could've made this occur. Ran differences between old config files and the current ones and there are no significant differences that would cause this issue.

https://pastebin.com/9XNihimW

Let me know if you've seen this before!

enchanterdog commented 3 years ago

Also, let me know if you need any environment information and config files to help debug this.

enchanterdog commented 3 years ago

Issue is definitely related to the configuration files as fresh configuration files do not present this error. Erronious Files.zip

enchanterdog commented 3 years ago

MC 1.12 Forge 14.23.5.etc

Only thing I can potentially think of as an issue is that there are certain variables in the configuration files per region that do not correspond with the version of MC that I'm currently running on my server thus creating issues.

JimiIT92 commented 3 years ago

Never seen an error related to config files. Probably yeah, there's someting wrong in the current config. I'll check your files as soon as possible ;)

enchanterdog commented 3 years ago

Thanks!

JimiIT92 commented 3 years ago

I found the issue is in the json file for the world region. You have an unclosed flag value at line 77, the falldamage flag. In fact if you remove this file from your regions everything works as well. I'll post here the correct file :)

world.zip

enchanterdog commented 3 years ago

Thank you very much for your quick response! I sent you a tip on PayPal for your troubles.

enchanterdog commented 3 years ago

I must've just missed that closing brace; normally I'm good at making sure they're there. I can't tell you how many times I ran diff checkers between my files and the default ones.

JimiIT92 commented 3 years ago

Thank you so much for the support! ❤ Yeah, mistakes happens, unfortunately 😅