Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. [01:59:26] [Server thread/ERROR]: Could not pass event EntityDeathEvent to LorinthsRpgMobs vNutty-2.2
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[towny.jar:git-Spigot-5f38d38-18fbb24]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[towny.jar:git-Spigot-5f38d38-18fbb24]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [towny.jar:git-Spigot-5f38d38-18fbb24]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [towny.jar:git-Spigot-5f38d38-18fbb24]
  7. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:378) [towny.jar:git-Spigot-5f38d38-18fbb24]
  8. at net.minecraft.server.v1_8_R3.EntityLiving.die(EntityLiving.java:874) [towny.jar:git-Spigot-5f38d38-18fbb24]
  9. at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [towny.jar:git-Spigot-5f38d38-18fbb24]
  10. at net.minecraft.server.v1_8_R3.EntityMonster.damageEntity(EntityMonster.java:42) [towny.jar:git-Spigot-5f38d38-18fbb24]
  11. at net.minecraft.server.v1_8_R3.EntityHuman.attack(EntityHuman.java:1001) [towny.jar:git-Spigot-5f38d38-18fbb24]
  12. at net.minecraft.server.v1_8_R3.EntityPlayer.attack(EntityPlayer.java:1063) [towny.jar:git-Spigot-5f38d38-18fbb24]
  13. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1355) [towny.jar:git-Spigot-5f38d38-18fbb24]
  14. at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:52) [towny.jar:git-Spigot-5f38d38-18fbb24]
  15. at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:11) [towny.jar:git-Spigot-5f38d38-18fbb24]
  16. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [towny.jar:git-Spigot-5f38d38-18fbb24]
  17. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_60]
  18. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_60]
  19. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [towny.jar:git-Spigot-5f38d38-18fbb24]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [towny.jar:git-Spigot-5f38d38-18fbb24]
  21. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [towny.jar:git-Spigot-5f38d38-18fbb24]
  22. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [towny.jar:git-Spigot-5f38d38-18fbb24]
  23. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [towny.jar:git-Spigot-5f38d38-18fbb24]
  24. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  25. Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Double
  26. at me.Lorinth.MobDifficulty.MobDifficulty.onMobDeath(MobDifficulty.java:1203) ~[?:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
  30. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[towny.jar:git-Spigot-5f38d38-18fbb24]
  32. ... 21 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement