Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. 18.01 15:24:21 [Server] Startup [20:24:21 ERROR]: Could not pass event PlayerInteractEvent to zHub v1.0.6-HOTFIX
  2. 18.01 15:24:21 [Server] INFO org.bukkit.event.EventException
  3. 18.01 15:24:21 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[custom.jar:git-TacoSpigot-04511af6]
  4. 18.01 15:24:21 [Server] INFO at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[custom.jar:git-TacoSpigot-04511af6]
  5. 18.01 15:24:21 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom.jar:git-TacoSpigot-04511af6]
  6. 18.01 15:24:21 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [custom.jar:git-TacoSpigot-04511af6]
  7. 18.01 15:24:21 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [custom.jar:git-TacoSpigot-04511af6]
  8. 18.01 15:24:21 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:260) [custom.jar:git-TacoSpigot-04511af6]
  9. 18.01 15:24:21 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [custom.jar:git-TacoSpigot-04511af6]
  10. 18.01 15:24:21 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:223) [custom.jar:git-TacoSpigot-04511af6]
  11. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:708) [custom.jar:git-TacoSpigot-04511af6]
  12. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [custom.jar:git-TacoSpigot-04511af6]
  13. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [custom.jar:git-TacoSpigot-04511af6]
  14. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [custom.jar:git-TacoSpigot-04511af6]
  15. 18.01 15:24:21 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
  16. 18.01 15:24:21 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222]
  17. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [custom.jar:git-TacoSpigot-04511af6]
  18. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [custom.jar:git-TacoSpigot-04511af6]
  19. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [custom.jar:git-TacoSpigot-04511af6]
  20. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [custom.jar:git-TacoSpigot-04511af6]
  21. 18.01 15:24:21 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [custom.jar:git-TacoSpigot-04511af6]
  22. 18.01 15:24:21 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  23. 18.01 15:24:21 [Server] INFO Caused by: java.lang.NullPointerException
  24. 18.01 15:24:21 [Server] INFO at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:324) ~[custom.jar:git-TacoSpigot-04511af6]
  25. 18.01 15:24:21 [Server] INFO at com.mizuledevelopment.zhub.utils.ItemBuilder.name(ItemBuilder.java:31) ~[?:?]
  26. 18.01 15:24:21 [Server] INFO at com.mizuledevelopment.zhub.modules.menus.CustomMenu$1.getButtonItem(CustomMenu.java:63) ~[?:?]
  27. 18.01 15:24:21 [Server] INFO at com.mizuledevelopment.zhub.utils.menu.Menu.createItemStack(Menu.java:33) ~[?:?]
  28. 18.01 15:24:21 [Server] INFO at com.mizuledevelopment.zhub.utils.menu.Menu.openMenu(Menu.java:86) ~[?:?]
  29. 18.01 15:24:21 [Server] INFO at com.mizuledevelopment.zhub.modules.menus.CustomMenuListener.onInteract(CustomMenuListener.java:22) ~[?:?]
  30. 18.01 15:24:21 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
  31. 18.01 15:24:21 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
  32. 18.01 15:24:21 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
  33. 18.01 15:24:21 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
  34. 18.01 15:24:21 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[custom.jar:git-TacoSpigot-04511af6]
  35. 18.01 15:24:21 [Server] INFO ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement