Hello, I'm trying to create my own HUD using the API, but I've encountered a problem that involves my inability to add my own symbols to the FontImageWrapper object. I wanted to dynamically change the color using RGB, for example.
However, the method setColor(org.bukkit.ChatColor color)
is too outdated for this purpose, and other methods (like replaceFontImages
(
String
string)
) seem to yield no results at all, and I'm not even sure they perform the task I need.
So, is there a way to replace my color (§f) with arbitrary text, for example? If not, is it possible to add this feature in future updates
