Advertisement
SteveTheDog

Untitled

Jun 15th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. [09:24:34] [Server thread/ERROR]: Could not pass event PlayerAnimationEvent to JedCore v2.0.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-798f32d-0cd0397]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-798f32d-0cd0397]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-798f32d-0cd0397]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-798f32d-0cd0397]
  7. at net.minecraft.server.v1_9_R2.PlayerConnection.a(PlayerConnection.java:1392) [spigot.jar:git-Spigot-798f32d-0cd0397]
  8. at net.minecraft.server.v1_9_R2.PacketPlayInArmAnimation.a(SourceFile:32) [spigot.jar:git-Spigot-798f32d-0cd0397]
  9. at net.minecraft.server.v1_9_R2.PacketPlayInArmAnimation.a(SourceFile:9) [spigot.jar:git-Spigot-798f32d-0cd0397]
  10. at net.minecraft.server.v1_9_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-798f32d-0cd0397]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
  13. at net.minecraft.server.v1_9_R2.SystemUtils.a(SourceFile:45) [spigot.jar:git-Spigot-798f32d-0cd0397]
  14. at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:726) [spigot.jar:git-Spigot-798f32d-0cd0397]
  15. at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-798f32d-0cd0397]
  16. at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665) [spigot.jar:git-Spigot-798f32d-0cd0397]
  17. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564) [spigot.jar:git-Spigot-798f32d-0cd0397]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  19. Caused by: java.lang.ClassCastException: com.jedk1.jedcore.ability.waterbending.DrainBlast cannot be cast to com.jedk1.jedcore.ability.waterbending.Drain
  20. at com.jedk1.jedcore.ability.waterbending.Drain.fireBlast(Drain.java:177) ~[?:?]
  21. at com.jedk1.jedcore.listener.AbilityListener.onPlayerSwing(AbilityListener.java:216) ~[?:?]
  22. at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source) ~[?:?]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91]
  24. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91]
  25. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-798f32d-0cd0397]
  26. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement