Advertisement
Diamond_Cat

GameMode Inventories error (1.13.1) /suicide

Sep 4th, 2018
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. [01:33:40] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to GameModeInventories v2.8.2
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  7. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:419) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  8. at net.minecraft.server.v1_13_R2.EntityPlayer.die(EntityPlayer.java:493) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  9. at org.bukkit.craftbukkit.v1_13_R2.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:107) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  10. at com.earth2me.essentials.commands.Commandsuicide.run(Commandsuicide.java:22) ~[?:?]
  11. at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:157) ~[?:?]
  12. at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:522) ~[?:?]
  13. at com.earth2me.essentials.Essentials.onCommand(Essentials.java:435) ~[?:?]
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  15. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  16. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:695) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  17. at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1644) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  18. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1479) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  19. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  20. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  21. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  22. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121]
  23. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121]
  24. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  25. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  26. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  27. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  29. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  30. Caused by: java.lang.IllegalStateException: Unable to find method getTypeId ([]).
  31. at me.eccentric_nz.gamemodeinventories.attributes.GMINbtFactory.getMethod(GMINbtFactory.java:801) ~[?:?]
  32. at me.eccentric_nz.gamemodeinventories.attributes.GMINbtFactory.<init>(GMINbtFactory.java:357) ~[?:?]
  33. at me.eccentric_nz.gamemodeinventories.attributes.GMINbtFactory.get(GMINbtFactory.java:335) ~[?:?]
  34. at me.eccentric_nz.gamemodeinventories.attributes.GMINbtFactory.getCraftItemStack(GMINbtFactory.java:592) ~[?:?]
  35. at me.eccentric_nz.gamemodeinventories.attributes.GMIAttributes.<init>(GMIAttributes.java:25) ~[?:?]
  36. at me.eccentric_nz.gamemodeinventories.GameModeInventoriesInventory.getAttributeMap(GameModeInventoriesInventory.java:394) ~[?:?]
  37. at me.eccentric_nz.gamemodeinventories.GameModeInventoriesInventory.saveOnDeath(GameModeInventoriesInventory.java:261) ~[?:?]
  38. at me.eccentric_nz.gamemodeinventories.GameModeInventoriesDeath.onPlayerDeath(GameModeInventoriesDeath.java:34) ~[?:?]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
  42. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
  43. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[Spigot_1.13.1_1.jar:git-Spigot-2440e18-6304ccd]
  44. ... 26 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement