Closed Codewow closed 5 years ago
[11:38:16] [Server thread/WARN]: [SurvivalGames] Task #45 for SurvivalGames v0.6.7
It looks like you are running an older version.
Try the newest version from releases.
Alright so the updated plugin starts properly, minus the "Material cannot be null!" error.
`[12:12:52] [Server thread/WARN]: java.lang.IllegalArgumentException: Material cannot be null
[12:12:52] [Server thread/WARN]: at org.apache.commons.lang.Validate.notNull(Validate.java:192)
[12:12:52] [Server thread/WARN]: at org.bukkit.inventory.ItemStack.
But also the plugin doesn't allow adding of arena walls. it will always spew: "[SG][Error] {input} not specified!"
Which does not throw an error in the console, even with debug mode on.
Got it. It's been a while since we ever had to do something to the plugin. Looks like it's all working so far. I'll have my server test it out and bring any issues over. Thanks for the help.
Plugin is still hitting the NoSuchMethod error and can't run any command while producing the in-game error: "Can't connect to server, plugin disabled." error.
Not sure if the two issues are mutually exclusive or not.
[11:38:16] [Server thread/WARN]: [SurvivalGames] Task #45 for SurvivalGames v0.6.7 generated an exception java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(I)V at com.thundergemios10.survivalgames.util.ItemReader.read(ItemReader.java:91) ~[?:?] at com.thundergemios10.survivalgames.util.Kit.load(Kit.java:32) ~[?:?] at com.thundergemios10.survivalgames.util.Kit.<init>(Kit.java:24) ~[?:?] at com.thundergemios10.survivalgames.GameManager.LoadKits(GameManager.java:62) ~[?:?] at com.thundergemios10.survivalgames.GameManager.setup(GameManager.java:44) ~[?:?] at com.thundergemios10.survivalgames.SurvivalGames$Startup.run(SurvivalGames.java:80) ~[?:?] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f] at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]