Guest User

Untitled

a guest
Feb 17th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. [11:30:16 ERROR]: Could not pass event ProjectileHitEvent to BowWoolBattle v0.1
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-f950f8e-0a81101]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-f950f8e-0a81101]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-f950f8e-0a81101]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-f950f8e-0a81101]
  7. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:790) [spigot.jar:git-Spigot-f950f8e-0a81101]
  8. at net.minecraft.server.v1_11_R1.EntityArrow.a(EntityArrow.java:259) [spigot.jar:git-Spigot-f950f8e-0a81101]
  9. at net.minecraft.server.v1_11_R1.EntityArrow.A_(EntityArrow.java:194) [spigot.jar:git-Spigot-f950f8e-0a81101]
  10. at net.minecraft.server.v1_11_R1.EntityTippedArrow.A_(EntityTippedArrow.java:72) [spigot.jar:git-Spigot-f950f8e-0a81101]
  11. at net.minecraft.server.v1_11_R1.World.entityJoinedWorld(World.java:1652) [spigot.jar:git-Spigot-f950f8e-0a81101]
  12. at net.minecraft.server.v1_11_R1.World.g(World.java:1627) [spigot.jar:git-Spigot-f950f8e-0a81101]
  13. at net.minecraft.server.v1_11_R1.World.tickEntities(World.java:1453) [spigot.jar:git-Spigot-f950f8e-0a81101]
  14. at net.minecraft.server.v1_11_R1.WorldServer.tickEntities(WorldServer.java:617) [spigot.jar:git-Spigot-f950f8e-0a81101]
  15. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:806) [spigot.jar:git-Spigot-f950f8e-0a81101]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-f950f8e-0a81101]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot.jar:git-Spigot-f950f8e-0a81101]
  18. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot.jar:git-Spigot-f950f8e-0a81101]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]
  20. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_11_R1.entity.CraftPlayer cannot be cast to javax.persistence.Entity
  21. at ru.woolbatle.bow.breake.ShotArrow(breake.java:22) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-f950f8e-0a81101]
  27. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment