ConnorLinfoot / ActionBarAPI

37 stars 32 forks source link

Colored text? #19

Open falsechicken opened 4 years ago

falsechicken commented 4 years ago

It appears it is not possible to color text using this api but I have seen other plugins do it. Is that possible to add?

HubertasVin commented 4 years ago

It is very simple, when writing text for the action bar just use: 'ChatColor.GREEN + "Your text"' that's it ;)