Colored Console?

Discussion in 'Plugin Development' started by James | Buchanan, Jan 8, 2012.

Thread Status:
Not open for further replies.
  1. So, i simply want a light-weight way to print colored text on the console, any answers will be much appreciated :D
     
  2. Offline

    iPhysX

    I think the colours only work in Linux.
    ColouredConsoleSender?
     
  3. im using mac, i dont think it matters what OS your using, as long as its unix. But i dunno, any ways ive seen multiple threads that use that method, but i cant figure out why its giving me an error :/
     
  4. Offline

    iPhysX

    I'll try and find out for you :)
     
  5. Thank you so much! :D
     
  6. Offline

    iPhysX

    org.bukkit.command.ConsoleCommandSender.sendMessage(ChatColor.RED+"");

    or

    org.bukkit.command.ConsoleCommandSender.sendMessage((FUNNY S SYMBOL)3+"");
     
  7. I can confirm this doesn't work on windows, tried it a few months ago - windows didn't parse it properly.
     
  8. Offline

    skore87

    ยง = ALT+0167 on windows.
     
  9. Offline

    iPhysX

Thread Status:
Not open for further replies.

Share This Page