Advertisement
Guest User

Untitled

a guest
Aug 16th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [20:57:44] [Server thread/WARN]: Unexpected exception while parsing console command "chatcolor"
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'chatcolor' in plugin chatcolorplus v1.0
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[minecraft_server.jar:git-Spigot-1591]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[minecraft_server.jar:git-Spigot-1591]
  5. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[minecraft_server.jar:git-Spigot-1591]
  6. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [minecraft_server.jar:git-Spigot-1591]
  7. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [minecraft_server.jar:git-Spigot-1591]
  8. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [minecraft_server.jar:git-Spigot-1591]
  9. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [minecraft_server.jar:git-Spigot-1591]
  10. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [minecraft_server.jar:git-Spigot-1591]
  11. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Spigot-1591]
  12. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  13. at me.yarocks.chatcolorplus.Main.onCommand(Main.java:46) ~[?:?]
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[minecraft_server.jar:git-Spigot-1591]
  15. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement