Hello. I'm experiencing following two error with ServerBooster plugin at server startup.
1.The mob type pig_zombie has wrong configuration (But it is the same as it is with all other mobs)
2. Language enus not found in folder 'lang'. This folder exists and there is a yml file names enus. I have even downloaded the zip from provided link, but it does not fix the issue.
I'm using the latest paper stable release build (1.20.4 - 390) with 37 other plugins that should not interfere with serverbooster. I can send a list if needed.
Below is the error from the console.
[00:20:02] [Server thread/INFO]: [ServerBooster] Enabling ServerBooster v1.1.8
[00:20:02] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R3! Trying to find NMS support
[00:20:02] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R3' loaded!
[00:20:02] [Server thread/WARN]: [ServerBooster] Invalid configuration for mob type: pig_zombie
[00:20:02] [Server thread/INFO]: Language en_us not found in folder 'lang', please download it from here: http://matteodev.it/spigot/holodrops/assets/lang.zip
[00:20:02] [Server thread/ERROR]: Error occurred while enabling ServerBooster v1.1.8 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "dev.lone.serverbooster.entities_tracking.nms.INms.b(org.bukkit.World)" because "dev.lone.serverbooster.main.y.a" is null
at dev.lone.serverbooster.main.y.<init>(SourceFile:51) \~[ServerBooster_1.1.8.jar:?]
at dev.lone.serverbooster.Main.onEnable(SourceFile:132) \~[ServerBooster_1.1.8.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) \~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) \~[paper-1.20.4.jar:git-Paper-390]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) \~[paper-1.20.4.jar:git-Paper-390]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) \~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) \~[paper-1.20.4.jar:git-Paper-390]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) \~[paper-1.20.4.jar:git-Paper-390]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:673) \~[paper-1.20.4.jar:git-Paper-390]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:433) \~[paper-1.20.4.jar:git-Paper-390]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) \~[paper-1.20.4.jar:git-Paper-390]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) \~[paper-1.20.4.jar:git-Paper-390]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) \~[paper-1.20.4.jar:git-Paper-390]
at java.lang.Thread.run(Thread.java:840) \~[?:?]
[00:20:02] [Server thread/INFO]: [ServerBooster] Disabling ServerBooster v1.1.8