Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. [17:10:40] [Server thread/ERROR]: Could not pass event InventoryClickEvent to PlatinumGenerator v1.1.7
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  7. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2133) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  8. at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  9. at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  10. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  11. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  12. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  13. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  14. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  15. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  16. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  17. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  18. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:885) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
  21. Caused by: java.lang.IllegalArgumentException: No enum constant me.darkknights22.platinumgenerator.utils.XMaterial.ENDER_PORTAL_FRAME
  22. at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_221]
  23. at me.darkknights22.platinumgenerator.utils.XMaterial.valueOf(XMaterial.java:33) ~[?:?]
  24. at me.darkknights22.platinumgenerator.gui.AdminShopGUI.openAdminShop(AdminShopGUI.java:29) ~[?:?]
  25. at me.darkknights22.platinumgenerator.gui.AdminGUI.onClick(AdminGUI.java:61) ~[?:?]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
  29. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
  30. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.4.jar:git-Spigot-065a373-9aa7430]
  31. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement