Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Used console command: "customgui clickitem give clickitem1 donvdp 5"
  2.  
  3. exception output:
  4.  
  5. [16:20:00] [Server thread/WARN]: Unexpected exception while parsing console command "customgui"
  6. org.bukkit.command.CommandException: Unhandled exception executing command 'customgui' in plugin CustomGUI v2.2.1
  7. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-db6de12-d3e0b6f]
  8. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-db6de12-d3e0b6f]
  9. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot.jar:git-Spigot-db6de12-d3e0b6f]
  10. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot.jar:git-Spigot-db6de12-d3e0b6f]
  11. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot.jar:git-Spigot-db6de12-d3e0b6f]
  12. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot.jar:git-Spigot-db6de12-d3e0b6f]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-d3e0b6f]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-d3e0b6f]
  15. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  16. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  17. at me.jacobculley.customgui.CustomGUI.onCommand(CustomGUI.java:922) ~[?:?]
  18. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-db6de12-d3e0b6f]
  19. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement