[BUG] 'settings.bungeecord' on older versions
For some reason BungeeGuard it's saying that 'settings.bungeecord' it's false, but it's true on spigot.yml. And this is stopping the server.
I'm using Pandaspigot (Tacospigot's 1.8.8 fork) with Java 21 and BungeeGuard v1.4
bump
Same problem here I decompiled the patched server jar and found Server.Spigot#getConfig throwing UOEs. I'm think this is overriden somwhere since I'm not seeing UOEs in the console but this could mean Server.Spigot#getConfig is unsupported in 1.8
Edit: I found this commit that switched from Server.Spigot#getSpigotConfig to Server.Spigot#getConfig. Both methods throw UOE (most probably overriden) so I'm not really sure what is happening
(https://github.com/lucko/BungeeGuard/pull/121)
+1