Written for v2.1.0

Colors

Bukkit Color Codes

CustomHud supports Bukkit Color codes

Reference: Bukkit Color Codes
bukkit color reference

Custom Colors

Use this if you want a specific color and you have the hex code for it. Just don't forget the first two digits is the opaqueness of the text.

Syntax Example
&{AARRGGBB} &{77FF4040} Coral Red (50% transparency)

To turn a normal hex color like #aa00aa, remove the #, add ff to the beginning, then surround it with &{} and you should have &{ffaa00aa}. You can make it translucent by replacing the ff with a smaller value like 88 or fully transparent with 00


Examples

Profile File

profile1.txt
fps: &a{fps}
xyz: &c{bx} &a{by} &b{bz}
biome: &e{biome}

Result In-Game