Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. 20.11 18:35:30 [Server] Server thread/ERROR Could not pass event InventoryClickEvent to McRPG v1.1.7-BETA_SNAPSHOT_PRE_1
  2. 20.11 18:35:30 [Server] INFO org.bukkit.event.EventException: null
  3. 20.11 18:35:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  4. 20.11 18:35:30 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  5. 20.11 18:35:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  6. 20.11 18:35:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  7. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2133) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  8. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  9. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  10. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-56f8471-7554e08]
  11. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-56f8471-7554e08]
  12. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-56f8471-7554e08]
  13. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-56f8471-7554e08]
  14. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-56f8471-7554e08]
  15. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot.jar:git-Spigot-56f8471-7554e08]
  16. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot.jar:git-Spigot-56f8471-7554e08]
  17. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-56f8471-7554e08]
  18. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot.jar:git-Spigot-56f8471-7554e08]
  19. 20.11 18:35:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot.jar:git-Spigot-56f8471-7554e08]
  20. 20.11 18:35:30 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  21. 20.11 18:35:30 [Server] INFO Caused by: java.lang.NullPointerException
  22. 20.11 18:35:30 [Server] INFO at us.eunoians.mcrpg.api.util.Methods.convertToNumeral(Methods.java:40) ~[McRPG-1.1.7-BETA_SNAPSHOT_PRE_1.jar:?]
  23. 20.11 18:35:30 [Server] INFO at us.eunoians.mcrpg.gui.EditLoadoutGUI.lambda$new$1(EditLoadoutGUI.java:178) ~[McRPG-1.1.7-BETA_SNAPSHOT_PRE_1.jar:?]
  24. 20.11 18:35:30 [Server] INFO at us.eunoians.mcrpg.gui.GUIBuilder.rebuildGUI(GUIBuilder.java:163) ~[McRPG-1.1.7-BETA_SNAPSHOT_PRE_1.jar:?]
  25. 20.11 18:35:30 [Server] INFO at us.eunoians.mcrpg.gui.EditLoadoutGUI.<init>(EditLoadoutGUI.java:204) ~[McRPG-1.1.7-BETA_SNAPSHOT_PRE_1.jar:?]
  26. 20.11 18:35:30 [Server] INFO at us.eunoians.mcrpg.events.vanilla.InvClickEvent.invClickEvent(InvClickEvent.java:318) ~[McRPG-1.1.7-BETA_SNAPSHOT_PRE_1.jar:?]
  27. 20.11 18:35:30 [Server] INFO at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement