Advertisement
Guest User

HorseKeep - Bug

a guest
Mar 17th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. [13:51:33] [Server thread/INFO]: xAgigx issued server command: /h summon 118
  2. [13:51:33] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'h' in plugin HorseKeep v0.3.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  6. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  8. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  10. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  11. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_76]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_76]
  14. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  15. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  17. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_76]
  19. Caused by: java.lang.ClassCastException: [Lorg.bukkit.inventory.ItemStack; cannot be cast to java.util.List
  20. at main.java.com.gmail.falistos.HorseKeep.HorseManager.summon(HorseManager.java:433) ~[?:?]
  21. at main.java.com.gmail.falistos.HorseKeep.commands.CommandSummon.<init>(CommandSummon.java:50) ~[?:?]
  22. at main.java.com.gmail.falistos.HorseKeep.HorseKeep.onCommand(HorseKeep.java:172) ~[?:?]
  23. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  24. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement