Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [19:31:09 ERROR]: Could not pass event InventoryCreativeEvent to zAuctionHouse v1.1.18
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  7. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2265) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  8. at net.minecraft.server.v1_13_R2.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  9. at net.minecraft.server.v1_13_R2.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  10. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  13. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  14. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  15. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  17. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  19. Caused by: java.lang.NullPointerException
  20. at fr.maxlego08.auctionhouse.menu.menus.MenuAuctionCategory.getName(MenuAuctionCategory.java:75) ~[?:?]
  21. at fr.maxlego08.auctionhouse.menu.MenuManager.onClick(MenuManager.java:84) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
  25. hodAccessorImpl.java:43) ~[?:1.8.0_212]
  26. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-cf694d8-5259d80]
  28. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement