Server Name Formatting
Server names support Unity RichText markup, letting you add colours, bold, italic, and size changes to make your server stand out in the browser.
Colour
<color=#FF0000>Red text</color>
<color=blue>Blue text</color>
You can use hex codes (#RRGGBB) or named colours like red, blue, green, yellow, white, black, cyan, magenta.
Bold and italic
<b>Bold text</b>
<i>Italic text</i>
Size
<size=20>Bigger text</size>
Example
<color=#1a8fe3><b>My Puck Server</b></color> - <i>Competitive</i>
Tips
- Keep names reasonably short - very long names may be truncated in the game UI
- Tags can be nested:
<b><color=red>bold red</color></b> - Always close your tags or the formatting may break