Advertisement
Guest User

Llama NPC Carpet Equip

a guest
Feb 11th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. [19:55:33 ERROR]: Could not pass event PlayerInteractEntityEvent to Citizens v2.0.21-SNAPSHOT (build 1470)
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-b4417b8-a1d3777]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-b4417b8-a1d3777]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  7. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1527) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  8. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:69) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  9. at net.minecraft.server.v1_11_R1.PacketPlayInUseEntity.a(SourceFile:13) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  10. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  13. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  14. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  15. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  16. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-b4417b8-a1d3777]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  19. Caused by: java.lang.ClassCastException: net.citizensnpcs.nms.v1_11_R1.entity.LlamaController$LlamaNPC cannot be cast to org.bukkit.entity.Horse
  20. at net.citizensnpcs.editor.HorseEquipper.equip(HorseEquipper.java:12) ~[?:?]
  21. at net.citizensnpcs.editor.EquipmentEditor.onPlayerInteractEntity(EquipmentEditor.java:101) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-b4417b8-a1d3777]
  27. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement