Advertisement
Zeuos

Error message

Jun 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Could not pass event InventoryClickEvent to GUIShop v6.1.5
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-b78586d-753a8e7]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-b78586d-753a8e7]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-b78586d-753a8e7]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-b78586d-753a8e7]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1877) [spigot.jar:git-Spigot-b78586d-753a8e7]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInWindowClick.a(SourceFile:33) [spigot.jar:git-Spigot-b78586d-753a8e7]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInWindowClick.a(SourceFile:10) [spigot.jar:git-Spigot-b78586d-753a8e7]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-b78586d-753a8e7]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-b78586d-753a8e7]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot.jar:git-Spigot-b78586d-753a8e7]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot.jar:git-Spigot-b78586d-753a8e7]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-b78586d-753a8e7]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-b78586d-753a8e7]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  19. Caused by: java.lang.NullPointerException
  20. at org.bukkit.craftbukkit.v1_12_R1.entity.CraftHumanEntity.openInventory(CraftHumanEntity.java:186) ~[spigot.jar:git-Spigot-b78586d-753a8e7]
  21. at com.pablo67340.shop.handler.Shop.open(Shop.java:328) ~[?:?]
  22. at com.pablo67340.shop.listener.PlayerListener.onShopClick(PlayerListener.java:231) ~[?:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-b78586d-753a8e7]
  28. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement