Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. [23:22:37] [Server thread/INFO]: PicSouuuu issued server command: /ah
  2. [23:22:38] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'ah' in plugin CrazyAuctions v1.2.11-RELEASE
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  6. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  8. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  10. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  11. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  14. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  15. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  17. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  19. Caused by: java.lang.NullPointerException
  20. at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:210) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  21. at me.badbones69.crazyauctions.Methods.color(Methods.java:27) ~[?:?]
  22. at me.badbones69.crazyauctions.controllers.GUI.openShop(GUI.java:117) ~[?:?]
  23. at me.badbones69.crazyauctions.Main.onCommand(Main.java:69) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
  25. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement