OtherDrops Plugin Load and Show Error
KelvinKam opened this issue ยท 4 comments
Evertime when I startup my server or use /od reload, it shows me these error
(P.S. I even didn't setup anythings) I am using Spigot 1.6.2 #1101
2013-09-26 13:27:36 [INFO] [OtherDrops:2.8b.573] Failed to load one or more optional dependencies - continuing OtherDrops startup.
2013-09-26 13:27:36 [SEVERE] java.lang.NumberFormatException: multiple points
2013-09-26 13:27:36 [SEVERE] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
2013-09-26 13:27:36 [SEVERE] at java.lang.Double.parseDouble(Unknown Source)
2013-09-26 13:27:36 [SEVERE] at com.gmail.zariust.otherdrops.Dependencies.loadCoreProtect(Dependencies.java:168)
2013-09-26 13:27:36 [SEVERE] at com.gmail.zariust.otherdrops.Dependencies.init(Dependencies.java:100)
2013-09-26 13:27:36 [SEVERE] at com.gmail.zariust.otherdrops.OtherDropsConfig.load(OtherDropsConfig.java:300)
2013-09-26 13:27:36 [SEVERE] at com.gmail.zariust.otherdrops.OtherDropsCommand.cmdReload(OtherDropsCommand.java:432)
2013-09-26 13:27:36 [SEVERE] at com.gmail.zariust.otherdrops.OtherDropsCommand.onCommand(OtherDropsCommand.java:156)
2013-09-26 13:27:36 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
2013-09-26 13:27:36 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
2013-09-26 13:27:36 [SEVERE] at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:527)
2013-09-26 13:27:36 [SEVERE] at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchServerCommand(CraftServer.java:516)
2013-09-26 13:27:36 [SEVERE] at net.minecraft.server.v1_6_R2.DedicatedServer.ar(DedicatedServer.java:275)
2013-09-26 13:27:36 [SEVERE] at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:240)
2013-09-26 13:27:36 [SEVERE] at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481)
2013-09-26 13:27:36 [SEVERE] at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413)
2013-09-26 13:27:36 [SEVERE] at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
2013-09-26 13:27:36 [INFO] [OtherDrops:2.8b.573] Loading file: otherdrops-drops.yml
2013-09-26 13:27:36 [INFO] Config loaded - total targets: 0 sections: 0 failed: 0
2013-09-26 13:27:36 [INFO] [OtherDrops:2.8b.573] Config loaded - total targets: 0 sections: 0 failed: 0
2013-09-26 13:27:36 [INFO] OtherDrops config reloaded.
Please fix it, thank you :)
Can you tell me how to fix it plz...
Also, the lorename can't use... and the money doesn't work... Moreover the permission didn't work for me (Group Manager)
Sorry, OtherDrops has evolved quite a bit from when I worked on it, so I can't help you much. However, if you have CoreProtect installed, I'd suggest at least uninstalling it to see if that fixes the issue. It might not, as this stack trace hasn't yet entered the CoreProtect code, but... if it does, I imagine that would help narrow down exactly what the issue is.
Does OtherDrops have any config options that might be related to CoreProtect? That's the other likely possible cause of this, that some config option has an invalid value.