Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. > [13:15:59 ERROR]: Could not pass event PlayerDeathEvent to MMOInventory v1.1.6
  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-f09662d-7c395d4]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  7. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:591) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  8. at net.minecraft.server.v1_13_R2.EntityPlayer.die(EntityPlayer.java:491) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  9. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:1055) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  10. at net.minecraft.server.v1_13_R2.EntityHuman.damageEntity(EntityHuman.java:792) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  11. at net.minecraft.server.v1_13_R2.EntityPlayer.damageEntity(EntityPlayer.java:625) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  12. at net.minecraft.server.v1_13_R2.Explosion.a(Explosion.java:140) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  13. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1615) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  14. at net.minecraft.server.v1_13_R2.WorldServer.createExplosion(WorldServer.java:1028) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  15. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1605) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  16. at net.minecraft.server.v1_13_R2.EntityCreeper.dE(EntityCreeper.java:203) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  17. at net.minecraft.server.v1_13_R2.EntityCreeper.tick(EntityCreeper.java:112) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  18. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  19. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  20. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  21. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  22. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  23. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  24. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  25. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  27. Caused by: java.lang.NullPointerException
  28. at net.Indyuce.inventory.api.InventoryData.getItem(InventoryData.java:74) ~[?:?]
  29. at net.Indyuce.inventory.listener.DeathDrops.a(DeathDrops.java:19) ~[?:?]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  33. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  34. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  35. ... 23 more
  36. > [13:15:59 INFO]: RAMBO357 was blown up by Creeper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement