Advertisement
Guest User

EliteArmor - doesnt work

a guest
Mar 22nd, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Could not pass event InventoryClickEvent to EliteArmor v4.9.7
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1588) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:31) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:9) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  10. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_192]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_192]
  13. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  14. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
  17. at java.lang.Thread.run(Thread.java:813) [?:1.8.0_192]
  18. Caused by: java.lang.NullPointerException
  19. at net.splodgebox.cosmic.nbt.NBTReflectionUtil.getItemRootNBTTagCompound(NBTReflectionUtil.java:48) ~[?:?]
  20. at net.splodgebox.cosmic.nbt.NBTItem.getCompound(NBTItem.java:18) ~[?:?]
  21. at net.splodgebox.cosmic.nbt.NBTReflectionUtil.setData(NBTReflectionUtil.java:328) ~[?:?]
  22. at net.splodgebox.cosmic.nbt.NBTCompound.setString(NBTCompound.java:40) ~[?:?]
  23. at net.splodgebox.cosmic.utils.ItemUtils.getHelmet(ItemUtils.java:58) ~[?:?]
  24. at net.splodgebox.cosmic.utils.gui.cmdgui.ArmorGiveGUI.lambda$null$8(ArmorGiveGUI.java:22) ~[?:?]
  25. at net.splodgebox.cosmic.utils.gui.cmdgui.ArmorGiveGUI$$Lambda$138.00000000B1540A60.click(Unknown Source) ~[?:?]
  26. at net.splodgebox.cosmic.utils.gui.GuiListener.onInventoryClick(GuiListener.java:28) ~[?:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_192]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_192]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_192]
  30. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_192]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement