Advertisement
Guest User

Untitled

a guest
May 5th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [23:41:33 ERROR]: Could not pass event BlockBreakEvent to EncorePickaxes v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  7. at net.minecraft.server.v1_8_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  8. at net.minecraft.server.v1_8_R2.PlayerInteractManager.a(PlayerInteractManager.java:189) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  9. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:602) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  10. at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  11. at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  12. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  14. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  15. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  17. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  18. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  19. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  20. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  21. Caused by: java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected
  22. at me.finestdev.encorepickaxe.Event.onBreak(Event.java:51) ~[?:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  26. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-4c7d0c0-7d020a7]
  28. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement