Advertisement
Retro_RC

Untitled

May 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. [22:59:23 ERROR]: Could not pass event EntityDamageByEntityEvent to Magic v6.2-SNAPSHOT
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  7. at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:87) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  8. at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:556) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  9. at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:465) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  10. at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:588) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  11. at net.minecraft.server.v1_9_R1.EntityLiving.damageEntity0(EntityLiving.java:1206) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  12. at net.minecraft.server.v1_9_R1.EntityLiving.damageEntity(EntityLiving.java:814) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  13. at net.minecraft.server.v1_9_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  14. at net.minecraft.server.v1_9_R1.EntityHuman.attack(EntityHuman.java:999) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  15. at net.minecraft.server.v1_9_R1.EntityPlayer.attack(EntityPlayer.java:1141) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  16. at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1529) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  17. at net.minecraft.server.v1_9_R1.PacketPlayInUseEntity.a(SourceFile:68) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  18. at net.minecraft.server.v1_9_R1.PacketPlayInUseEntity.a(SourceFile:12) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  19. at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_80]
  21. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_80]
  22. at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  23. at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  24. at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  25. at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  26. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  27. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  28. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.HumanEntity.getMainHand()Lorg/bukkit/inventory/MainHand;
  29. at com.elmakers.mine.bukkit.magic.Mage.getWandLocation(Mage.java:1070) ~[?:?]
  30. at com.elmakers.mine.bukkit.spell.BaseSpell.getWandLocation(BaseSpell.java:548) ~[?:?]
  31. at com.elmakers.mine.bukkit.action.CastContext.getWandLocation(CastContext.java:170) ~[?:?]
  32. at com.elmakers.mine.bukkit.action.builtin.CustomProjectileAction.step(CustomProjectileAction.java:370) ~[?:?]
  33. at com.elmakers.mine.bukkit.action.CompoundAction.perform(CompoundAction.java:86) ~[?:?]
  34. at com.elmakers.mine.bukkit.action.ActionContext.perform(ActionContext.java:38) ~[?:?]
  35. at com.elmakers.mine.bukkit.action.ActionHandler.perform(ActionHandler.java:237) ~[?:?]
  36. at com.elmakers.mine.bukkit.action.ActionHandler.start(ActionHandler.java:178) ~[?:?]
  37. at com.elmakers.mine.bukkit.spell.ActionSpell.onCast(ActionSpell.java:123) ~[?:?]
  38. at com.elmakers.mine.bukkit.spell.BaseSpell.finalizeCast(BaseSpell.java:1232) ~[?:?]
  39. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1117) ~[?:?]
  40. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:938) ~[?:?]
  41. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1700) ~[?:?]
  42. at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:3683) ~[?:?]
  43. at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:3665) ~[?:?]
  44. at com.elmakers.mine.bukkit.magic.listener.EntityController.onEntityPreDamageByEntity(EntityController.java:194) ~[?:?]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
  48. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_80]
  49. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.9.jar:git-Spigot-1a196e1-6f032cd]
  50. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement