hello guys!
I have a simple question..
How i can use colored strings and send it as a ingame text message?
with this code i can send a message in the chatbox as the server:
String msg = "text";
Canary.instance().getServer().broadcastMessage(msg);
but how i can use colors?