You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
However, it appears that using diamond_sword or any other name, like gold_ore return this error:
[15:22:04 WARN]: [SurvivalGames] Task #497600 for SurvivalGames v0.6.6 generated an exception
java.lang.NumberFormatException: For input string: "Wooden Sword"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_131]
at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_131]
at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_131]
at com.thundergemios10.survivalgames.util.ItemReader.read(ItemReader.java:83) ~[?:?]
at com.thundergemios10.survivalgames.util.ChestRatioStorage.setup(ChestRatioStorage.java:41) ~[?:?]
at com.thundergemios10.survivalgames.SurvivalGames$Startup.run(SurvivalGames.java:92) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Has this been implemented yet, or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I see from the config file, it explains that the format may be any of the following:
However, it appears that using
diamond_sword
or any other name, likegold_ore
return this error:Has this been implemented yet, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: