Advertisement
Guest User

Error when shifting.

a guest
Aug 21st, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [12:08:23 ERROR]: Could not pass event PlayerAnimationEvent to JedCore v2.X.X-Sp
  2. igot1.11.2-PK1.8.2
  3. org.bukkit.event.EventException: null
  4. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  5. va:306) ~[spigot.jar:git-Spigot-65e8124-357b573]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  7. a:62) ~[spigot.jar:git-Spigot-65e8124-357b573]
  8. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  9. ava:499) [spigot.jar:git-Spigot-65e8124-357b573]
  10. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  11. ava:484) [spigot.jar:git-Spigot-65e8124-357b573]
  12. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.jav
  13. a:1429) [spigot.jar:git-Spigot-65e8124-357b573]
  14. at net.minecraft.server.v1_12_R1.PacketPlayInArmAnimation.a(PacketPlayIn
  15. ArmAnimation.java:24) [spigot.jar:git-Spigot-65e8124-357b573]
  16. at net.minecraft.server.v1_12_R1.PacketPlayInArmAnimation.a(PacketPlayIn
  17. ArmAnimation.java:1) [spigot.jar:git-Spigot-65e8124-357b573]
  18. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:
  19. 13) [spigot.jar:git-Spigot-65e8124-357b573]
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
  21. ?:1.8.0_131]
  22. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  23. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.ja
  24. r:git-Spigot-65e8124-357b573]
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:
  26. 748) [spigot.jar:git-Spigot-65e8124-357b573]
  27. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:
  28. 406) [spigot.jar:git-Spigot-65e8124-357b573]
  29. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:
  30. 679) [spigot.jar:git-Spigot-65e8124-357b573]
  31. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.jav
  32. a:577) [spigot.jar:git-Spigot-65e8124-357b573]
  33. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  34. Caused by: java.lang.NoSuchMethodError: com.projectkorra.projectkorra.chiblockin
  35. g.Paralyze.isParalyzed(Lorg/bukkit/entity/Entity;)Z
  36. at com.jedk1.jedcore.listener.AbilityListener.onPlayerSwing(AbilityListe
  37. ner.java:101) ~[?:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
  39. _131]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
  41. _131]
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  43. .8.0_131]
  44. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
  45. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  46. va:302) ~[spigot.jar:git-Spigot-65e8124-357b573]
  47. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement