Advertisement
Guest User

Untitled

a guest
Mar 11th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. org.bukkit.command.CommandException: Unhandled exception executing command 'particlegui' in plugin ParticleGUI v1.0
  2. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  3. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  4. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  5. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  6. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  7. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  9. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  11. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  12. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  13. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  14. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  16. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  17. Caused by: java.lang.ExceptionInInitializerError
  18. at me.seanliam2000.ParticleGUI.Main.onCommand(Main.java:19) ~[?:?]
  19. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  20. ... 14 more
  21. Caused by: java.lang.NullPointerException
  22. at me.seanliam2000.ParticleGUI.utils.IconMenu.<init>(IconMenu.java:36) ~[?:?]
  23. at me.seanliam2000.ParticleGUI.ParticleMenu.<clinit>(ParticleMenu.java:12) ~[?:?]
  24. at me.seanliam2000.ParticleGUI.Main.onCommand(Main.java:19) ~[?:?]
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  26. ... 14 more
  27. [20:11:08] [Server thread/INFO]: Stopping the server
  28. [20:11:08] [Server thread/INFO]: Stopping server
  29. [20:11:08] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.21.4
  30. [20:11:08] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.13.1
  31. [20:11:08] [Server thread/INFO]: [WildSkript] Disabling WildSkript v1.8
  32. [20:11:08] [Server thread/INFO]: [HeapDump] Disabling HeapDump v1.4.0
  33. [20:11:08] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
  34. [20:11:08] [Server thread/INFO]: [ParticleGUI] Disabling ParticleGUI v1.0
  35. [20:11:08] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
  36. [20:11:08] [Server thread/INFO]: [DoubleStepPlacer] Disabling DoubleStepPlacer v1.0
  37. [20:11:08] [Server thread/INFO]: Saving players
  38. [20:11:08] [Server thread/INFO]: seanliam2000 lost connection: Server closed
  39. [20:11:08] [Server thread/INFO]: seanliam2000 left the game.
  40. [20:11:08] [Server thread/INFO]: Saving worlds
  41. [20:11:08] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  42. [20:11:08] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  43. [20:11:08] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement