Advertisement
Guest User

Untitled

a guest
Jan 4th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [17:37:18] [Server thread/ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.6.0 BETA 7
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.8.jar:git-Spigot-59b08be-0899683]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.jar:git-Spigot-59b08be-0899683]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1158) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInArmAnimation.a(SourceFile:22) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInArmAnimation.a(SourceFile:8) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  10. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
  13. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  14. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot-1.8.jar:git-Spigot-59b08be-0899683]
  17. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
  18. Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
  19. at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1352) ~[?:?]
  20. at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:301) ~[?:?]
  21. at com.projectkorra.ProjectKorra.PKListener.onPlayerSwing(PKListener.java:773) ~[?:?]
  22. at sun.reflect.GeneratedMethodAccessor137.invoke(Unknown Source) ~[?:?]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  24. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  25. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8.jar:git-Spigot-59b08be-0899683]
  26. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement