Skip to content

Formatting announce messages

Diyagi edited this page May 18, 2024 · 1 revision

The messages used in the Auto Announce feature supports new lines and tags. You can consult Unity's official doc.

Some of the tags supported are:
<sprite index=number>: Display some sprites like controller buttons.
<color="color">: Accepts any hex color or named color (like red or lightred).
<b>: Makes characters Bold.

Heres an example of message that you can make with just these two tags:
image

<color="lightblue">Welcome!
<color="grey">You are playing on an server running on <color="blue"><b>Docker</b></color> using <color="green"><b>Ubuntu 24.04</b></color> and <color="red"><b>WineHQ 9.8</b></color>!
<color=#FF0000>Y<color=#FF3300>o<color=#FF6600>u <color=#FF9900>c<color=#FFCC00>a<color=#FFFF00>n <color=#CCFF00>u<color=#99FF00>s<color=#66FF00>e <color=#33FF00>a<color=#00FF00>n<color=#00FF33>y <color=#00FF66>c<color=#00FF99>o<color=#00FFCC>l<color=#00FFFF>o<color=#00CCFF>r <color=#0099FF>i<color=#0066FF>n <color=#0033FF>t<color=#0000FF>h<color=#3300FF>e <color=#6600FF>c<color=#9900FF>o<color=#CC00FF>l<color=#FF00FF>o<color=#FF00CC>r <color=#FF0099>t<color=#FF0066>a<color=#FF0033>g
Clone this wiki locally