Skip to content

Instantly share code, notes, and snippets.

@enterih
Created November 29, 2018 15:40
Show Gist options
  • Save enterih/9e0d2353dedcc0f213a04bf7d9066331 to your computer and use it in GitHub Desktop.
Save enterih/9e0d2353dedcc0f213a04bf7d9066331 to your computer and use it in GitHub Desktop.
------------------------------------[ 29.11.2018 16:33:25 ]-----------------------------------
Boss 1.8.4 encountered a NumberFormatException
Running CraftBukkit 1.13.2-R0.1-SNAPSHOT and Java 1.8.0_181
Plugins: PlaceholderAPI v2.9.2, Boss v1.8.4, BungeePerms v3.0 dev #55, Arconix v2.0.0, VoxelSniper v5.172.0-SNAPSHOT, RewardVoting v7.1.0, HeadDrops v2.1.6, CoreProtect v2.15.1, WorldEdit v7.0.0-SNAPSHOT;3926-d7c5282, OnlyProxyJoin v1.1.2, NBTEditor v3.1.0-SNAPSHOT, HackedServer v2.3.0, AgarthaLib v2.15.2, Votifier v2.4.1, IconicSpy v5.0, The Multiverse-Core Plugin, ProtocolLib v4.4.0, AdvancedPortals v0.0.49, FastAsyncWorldEdit v1.0, IPWhitelist v1.7, PocketGames v3.6.4, BlocksHub v3.0.0, DropEdit2 v1.0.9-SNAPSHOT, Vault v1.7.1-b${env.TRAVIS_BUILD_NUMBER}, PublicCrafters v4.3, EpicHeads v2.3, SuperLuckyBlock-Pro v2.8.1, HolographicDisplays v2.3.1, WorldGuard v7.0.0-SNAPSHOT;1753-0dc5781, EditableSign v5.1.2, BungeeTabListPlus v2.8.9, ItemDrop v1.14, MysqlPlayerDataBridge v3.27.2, Essentials vdev-39.182, ChatControl v7.10.4, Citizens v2.0.24-SNAPSHOT (build 1592), Sentinel v1.7.5 (build 202), CustomGUI v2.3.1.11, AdvancedAchievements v5.11.0, LastHolo v2.1.0.5, ProdigyDisaster v1.1.0, Quests v3.4.3-b508, EssentialsGeoIP vdev-39.182, ServerSigns v4.5.1, EssentialsSpawn vdev-39.182, MyPet v3.0, Jobs v4.9.3, MyPet-NPC v1.5.0, Plan v4.5.1
----------------------------------------------------------------------------------------------
More Information:
Error loading boss from Kingsey.yml
NumberFormatException For input string: "MemorySection[path='Spawning.Worlds.end10', root='YamlConfiguration']"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at me.kangarko.boss.final. .coN.deserialize(SourceFile:71)
at me.kangarko.boss.final. .COn.transient(SourceFile:119)
at me.kangarko.boss.final. .COn.protected(SourceFile:105)
at me.kangarko.boss.final. .AUx.<init>(SourceFile:72)
at me.kangarko.boss.final. .AUx.protected(SourceFile:84)
at me.kangarko.boss.final. .aS.protected(SourceFile:59)
at me.kangarko.boss.BossPlugin.Nul(SourceFile:150)
at me.kangarko.boss.BossPlugin.transient(SourceFile:85)
at me.kangarko.boss.final. .lpT5.cOM9(SourceFile:341)
at me.kangarko.boss.final. .lpT5.a(SourceFile:330)
at jdk.nashorn.internal.scripts.Script$\^eval\_.:program(<eval>:4)
at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:449)
at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:406)
at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
at javax.script.AbstractScriptEngine.eval(Unknown Source)
at me.kangarko.boss.final. .com7.protected(SourceFile:77)
at me.kangarko.boss.final. .com7.protected(SourceFile:73)
at me.kangarko.boss.final. .COM2$aux.protected(SourceFile:118)
at me.kangarko.boss.final. .COM2.short(SourceFile:56)
at me.kangarko.boss.final. .COM2.transient(SourceFile:52)
at me.kangarko.boss.final. .lpT5.onEnable(SourceFile:238)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
----------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment