Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. [01:15:25] [Server thread/ERROR]: Could not pass event BuildPermissionEvent to ChestShop v3.7.17
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[spigotnew.jar:git-Spigot-1551]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigotnew.jar:git-Spigot-1551]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotnew.jar:git-Spigot-1551]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotnew.jar:git-Spigot-1551]
  7. at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:452) [ChestShop.jar:?]
  8. at com.Acrobot.ChestShop.Listeners.PreShopCreation.TerrainChecker.onPreShopCreation(TerrainChecker.java:48) [ChestShop.jar:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  12. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  13. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) [spigotnew.jar:git-Spigot-1551]
  14. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigotnew.jar:git-Spigot-1551]
  15. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotnew.jar:git-Spigot-1551]
  16. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotnew.jar:git-Spigot-1551]
  17. at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:452) [ChestShop.jar:?]
  18. at com.Acrobot.ChestShop.Listeners.Block.SignCreate.onSignChange(SignCreate.java:34) [ChestShop.jar:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  22. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  23. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) [spigotnew.jar:git-Spigot-1551]
  24. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigotnew.jar:git-Spigot-1551]
  25. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotnew.jar:git-Spigot-1551]
  26. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotnew.jar:git-Spigot-1551]
  27. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1657) [spigotnew.jar:git-Spigot-1551]
  28. at net.minecraft.server.v1_7_R4.PacketPlayInUpdateSign.a(SourceFile:48) [spigotnew.jar:git-Spigot-1551]
  29. at net.minecraft.server.v1_7_R4.PacketPlayInUpdateSign.handle(SourceFile:9) [spigotnew.jar:git-Spigot-1551]
  30. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [spigotnew.jar:git-Spigot-1551]
  31. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigotnew.jar:git-Spigot-1551]
  32. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:731) [spigotnew.jar:git-Spigot-1551]
  33. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigotnew.jar:git-Spigot-1551]
  34. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigotnew.jar:git-Spigot-1551]
  35. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigotnew.jar:git-Spigot-1551]
  36. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotnew.jar:git-Spigot-1551]
  37. Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
  38. at com.Acrobot.ChestShop.Plugins.WorldGuardBuilding.canBuild(WorldGuardBuilding.java:28) ~[?:?]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  42. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  43. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[spigotnew.jar:git-Spigot-1551]
  44. ... 33 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement