Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. 24.03 14:38:45 [Server] ERROR Could not pass event PlayerCommandPreprocessEvent to ServerUtilities v3.2.1_BETA
  2. 24.03 14:38:45 [Server] INFO org.bukkit.event.EventException: null
  3. 24.03 14:38:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  4. 24.03 14:38:45 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  5. 24.03 14:38:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  6. 24.03 14:38:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  7. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1628) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  8. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1476) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  9. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  10. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  11. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  12. 24.03 14:38:45 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
  13. 24.03 14:38:45 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
  14. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [my.jar:git-Spigot-cf694d8-8d8475f]
  15. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [my.jar:git-Spigot-cf694d8-8d8475f]
  16. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [my.jar:git-Spigot-cf694d8-8d8475f]
  17. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [my.jar:git-Spigot-cf694d8-8d8475f]
  18. 24.03 14:38:45 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [my.jar:git-Spigot-cf694d8-8d8475f]
  19. 24.03 14:38:45 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  20. 24.03 14:38:45 [Server] INFO Caused by: java.lang.NullPointerException
  21. 24.03 14:38:45 [Server] INFO at me.rampen88.serverutilities.util.item.ItemBuilder.buildItem(ItemBuilder.java:52) ~[ServerUtilities.jar:?]
  22. 24.03 14:38:45 [Server] INFO at me.rampen88.serverutilities.inventories.item.InventoryRefreshItem.getItem(InventoryRefreshItem.java:38) ~[ServerUtilities.jar:?]
  23. 24.03 14:38:45 [Server] INFO at me.rampen88.serverutilities.inventories.menu.Menu.open(Menu.java:41) ~[ServerUtilities.jar:?]
  24. 24.03 14:38:45 [Server] INFO at me.rampen88.serverutilities.inventories.type.MainMenu.open(MainMenu.java:181) ~[ServerUtilities.jar:?]
  25. 24.03 14:38:45 [Server] INFO at me.rampen88.serverutilities.listeners.MenuListener.preCommand(MenuListener.java:78) ~[ServerUtilities.jar:?]
  26. 24.03 14:38:45 [Server] INFO at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source) ~[?:?]
  27. 24.03 14:38:45 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  28. 24.03 14:38:45 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  29. 24.03 14:38:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[my.jar:git-Spigot-cf694d8-8d8475f]
  30. 24.03 14:38:45 [Server] INFO ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement