Advertisement
Guest User

Untitled

a guest
Feb 4th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. [15:22:07 ERROR]: Could not pass event EntityDamageByEntityEvent to MobSpawner v
  2. 1.0
  3. org.bukkit.event.EventException
  4. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  5. va:320) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  7. a:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  8. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  9. ava:481) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  10. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  11. ava:466) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  12. at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callEvent(Craf
  13. tEventFactory.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jn
  14. ks]
  15. at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callEntityDama
  16. geEvent(CraftEventFactory.java:382) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g53
  17. 0fcb7-b2978jnks]
  18. at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.handleEntityDa
  19. mageEvent(CraftEventFactory.java:410) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g
  20. 530fcb7-b2978jnks]
  21. at net.minecraft.server.v1_7_R1.EntityLiving.damageEntity(EntityLiving.j
  22. ava:656) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  23. at net.minecraft.server.v1_7_R1.EntityAnimal.damageEntity(SourceFile:145
  24. ) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  25. at net.minecraft.server.v1_7_R1.EntityArrow.h(EntityArrow.java:228) [cra
  26. ftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  27. at net.minecraft.server.v1_7_R1.World.entityJoinedWorld(World.java:1338)
  28. [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  29. at net.minecraft.server.v1_7_R1.World.playerJoinedWorld(World.java:1319)
  30. [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  31. at net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1207) [cra
  32. ftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  33. at net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.jav
  34. a:480) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  35. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6
  36. 37) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  37. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
  38. 50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  39. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
  40. 45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  41. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
  42. :457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  43. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
  44. 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
  45. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.C
  46. raftArrow cannot be cast to org.bukkit.entity.Snowball
  47. at me.moemix.mobspawner.MobSpawner.onsnowballfallevent(MobSpawner.java:3
  48. 5) ~[?:?]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
  50. _51]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
  52. _51]
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  54. .7.0_51]
  55. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
  56. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  57. va:318) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement