Advertisement
Guest User

npcwarehouse

a guest
Jan 14th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. [18:10:17] [Server thread/INFO]: sleaklight issued server command: /npc create Sleaklight
  2. [18:10:17] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin NPCWarehouse v1.1
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:198) ~[craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  6. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) ~[craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  7. at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  8. at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  9. at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  10. at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  11. at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  12. at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  13. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  14. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  15. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  16. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  17. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  18. Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  19. at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.7.0_45]
  20. at java.util.ArrayList.get(Unknown Source) ~[?:1.7.0_45]
  21. at net.npcwarehouse.NPCCommandHandler.createNPC(NPCCommandHandler.java:608) ~[?:?]
  22. at net.npcwarehouse.NPCCommandHandler.runCommand(NPCCommandHandler.java:106) ~[?:?]
  23. at net.npcwarehouse.util.CommandHandler.onCommand(CommandHandler.java:19) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit2984.jar:git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks]
  25. ... 13 more
  26. -----------------------------------------------------------------------------------------------------------------------------------
  27. [18:11:38] [Server thread/INFO]: sleaklight issued server command: /npcdebug
  28. [18:11:38] [Server thread/INFO]: ==== NPCWarehouse Debug Report ====
  29. [18:11:38] [Server thread/INFO]: Plugin Version: 1.1
  30. [18:11:38] [Server thread/INFO]: Bukkit Version: git-Bukkit-1.7.2-R0.2-6-gb05febf-b2984jnks (MC: 1.7.2)
  31. [18:11:38] [Server thread/INFO]: Stats: 0 regular, 0 guardians, 0 miners, and 0 mailmen (0 total)
  32. [18:11:38] [Server thread/INFO]: Spout Enabled: false
  33. [18:11:38] [Server thread/INFO]: Vault Enabled: false
  34. [18:11:38] [Server thread/INFO]: Right Click Selecting: true
  35. [18:11:38] [Server thread/INFO]: Crafting: true
  36. [18:11:38] [Server thread/INFO]: Spout Version: none
  37. [18:11:38] [Server thread/INFO]: Factions Version: none
  38. [18:11:38] [Server thread/INFO]: Vault Version: none
  39. [18:11:38] [Server thread/INFO]: ======= End of Error Report =======
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement