ScriptCraft

ScriptCraft

14.6k Downloads

Bukkit color codes using echo or sendMessage missing

Flying--Dutchman opened this issue ยท 1 comments

commented

While creating a script to welcome new players, I've noticed that Bukkit color codes are not working. I tried it with the echo and the player.sendMessage command.

commented

As a workaround, you can write:
echo(org.bukkit.ChatColor.RED + 'This text is red');