Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. [19:49:30 ERROR]: Could not pass event InventoryClickEvent to JetsPrisonMines v2.3.1
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  7. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2123) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  8. at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:33) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  9. at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  10. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
  13. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [opprison.jar:git-Spigot-b0f4c22-51c118b]
  14. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [opprison.jar:git-Spigot-b0f4c22-51c118b]
  15. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [opprison.jar:git-Spigot-b0f4c22-51c118b]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [opprison.jar:git-Spigot-b0f4c22-51c118b]
  17. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [opprison.jar:git-Spigot-b0f4c22-51c118b]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  19. Caused by: java.lang.NullPointerException
  20. at me.jet315.prisonmines.gui.GUIItem.toItemStack(GUIItem.java:123) ~[?:?]
  21. at me.jet315.prisonmines.gui.pages.MineBlocks.createInventory(MineBlocks.java:58) ~[?:?]
  22. at me.jet315.prisonmines.gui.pages.MineBlocks.<init>(MineBlocks.java:25) ~[?:?]
  23. at me.jet315.prisonmines.gui.pages.MinePanel.executeClick(MinePanel.java:137) ~[?:?]
  24. at me.jet315.prisonmines.listeners.InventoryListeners.onPlayerInventoryClick(InventoryListeners.java:21) ~[?:?]
  25. at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) ~[?:?]
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  27. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  28. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[opprison.jar:git-Spigot-b0f4c22-51c118b]
  29. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement