Advertisement
Kichiro

Untitled

Nov 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [22:32:11 ERROR]: Could not pass event EntityDeathEvent to Skills v12.1.3
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:395) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  8. at net.minecraft.server.v1_12_R1.EntityLiving.die(EntityLiving.java:1116) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  9. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:956) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  10. at org.bukkit.craftbukkit.v1_12_R1.entity.CraftLivingEntity.damage(CraftLivingEntity.java:201) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  11. at su.nightexpress.divineitems.listeners.DamageListener.onFish(DamageListener.java:326) [DivineItemsRPG.jar:?]
  12. at sun.reflect.GeneratedMethodAccessor628.invoke(Unknown Source) ~[?:?]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  14. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  15. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  16. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  17. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  18. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  19. at net.minecraft.server.v1_12_R1.EntityFishingHook.j(EntityFishingHook.java:406) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  20. at net.minecraft.server.v1_12_R1.ItemFishingRod.a(ItemFishingRod.java:19) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  21. at net.minecraft.server.v1_12_R1.ItemStack.a(ItemStack.java:293) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  22. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  23. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1004) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  24. at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  25. at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  26. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  27. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  28. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  29. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  30. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  31. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  32. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  33. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  34. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  35. Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement