Advertisement
Guest User

My Server Error

a guest
Aug 14th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 2013-08-06 07:17:20 [SEVERE] Could not pass event PlayerInteractEvent to Jail v2.5.5
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  7. at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190)
  8. at net.minecraft.server.v1_6_R2.PlayerInteractManager.interact(PlayerInteractManager.java:373)
  9. at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:628)
  10. at net.minecraft.server.v1_6_R2.Packet15Place.handle(SourceFile:58)
  11. at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296)
  12. at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
  13. at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
  14. at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30)
  15. at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590)
  16. at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
  17. at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
  18. at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
  19. at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
  20. Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Integer
  21. at com.matejdro.bukkit.jail.Settings.getGlobalInt(Settings.java:94)
  22. at com.matejdro.bukkit.jail.listeners.JailPlayerListener.onPlayerInteract(JailPlayerListener.java:25)
  23. at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  27. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement