You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to do sender.sendMessage(ChatColor.GOLD + "TEXT"). & and section signs will not work as they are not parsed by Bukkit by default. EssentialsChat will add this functionality.
Yup, out of experience with Bukkit, I can agree with everyone else here. sendMessage does not parse the colour, and that is expected behavior. There are plugins which change that, but you shouldn't rely on their presence.
Exactly as the title states.
sender.sendMessage("&6TEXT"); wont parse the colour.
The text was updated successfully, but these errors were encountered: