Advertisement
Guest User

Untitled

a guest
May 24th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. [17:43:08] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to Guard v0.0.1
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[custom.jar:git-Spigot-6629162-c7920f4]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom.jar:git-Spigot-6629162-c7920f4]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [custom.jar:git-Spigot-6629162-c7920f4]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [custom.jar:git-Spigot-6629162-c7920f4]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:92) [custom.jar:git-Spigot-6629162-c7920f4]
  8. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:577) [custom.jar:git-Spigot-6629162-c7920f4]
  9. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:482) [custom.jar:git-Spigot-6629162-c7920f4]
  10. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:609) [custom.jar:git-Spigot-6629162-c7920f4]
  11. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity0(EntityLiving.java:1338) [custom.jar:git-Spigot-6629162-c7920f4]
  12. at net.minecraft.server.v1_12_R1.EntityHuman.damageEntity0(EntityHuman.java:840) [custom.jar:git-Spigot-6629162-c7920f4]
  13. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:862) [custom.jar:git-Spigot-6629162-c7920f4]
  14. at net.minecraft.server.v1_12_R1.EntityHuman.damageEntity(EntityHuman.java:758) [custom.jar:git-Spigot-6629162-c7920f4]
  15. at net.minecraft.server.v1_12_R1.EntityPlayer.damageEntity(EntityPlayer.java:577) [custom.jar:git-Spigot-6629162-c7920f4]
  16. at net.minecraft.server.v1_12_R1.EntityArrow.a(EntityArrow.java:286) [custom.jar:git-Spigot-6629162-c7920f4]
  17. at net.minecraft.server.v1_12_R1.EntityArrow.B_(EntityArrow.java:194) [custom.jar:git-Spigot-6629162-c7920f4]
  18. at net.minecraft.server.v1_12_R1.EntityTippedArrow.B_(EntityTippedArrow.java:86) [custom.jar:git-Spigot-6629162-c7920f4]
  19. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1634) [custom.jar:git-Spigot-6629162-c7920f4]
  20. at net.minecraft.server.v1_12_R1.World.h(World.java:1608) [custom.jar:git-Spigot-6629162-c7920f4]
  21. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1434) [custom.jar:git-Spigot-6629162-c7920f4]
  22. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:617) [custom.jar:git-Spigot-6629162-c7920f4]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814) [custom.jar:git-Spigot-6629162-c7920f4]
  24. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [custom.jar:git-Spigot-6629162-c7920f4]
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [custom.jar:git-Spigot-6629162-c7920f4]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [custom.jar:git-Spigot-6629162-c7920f4]
  27. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
  28. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_12_R1.entity.CraftArrow cannot be cast to org.bukkit.entity.Player
  29. at me.guard.GuardCommand.onHit(GuardCommand.java:202) ~[?:?]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]
  33. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
  34. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[custom.jar:git-Spigot-6629162-c7920f4]
  35. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement