-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorial Text Formatting
Shane Bee edited this page Feb 1, 2026
·
3 revisions
Important
Work in progress...
With the formatted message expression, you can add different tags to spice up your message.
This is similar to Mini Message.
We use Tiny Message for our formatting.
Here is a breakdown of supported tags.
| Tag | Aliases | Example | Description |
|---|---|---|---|
<color:X> |
<c:X>, <colour:X>
|
<color:red>text</color> |
Sets text color (named or hex) |
<gradient:X:Y:Z> |
<grnt:X:Y:Z> |
<gradient:red:blue>text</gradient> |
Creates a color gradient |
<bold> |
<b> |
<b>text</b> |
Makes text bold |
<italic> |
<i>, <em>
|
<i>text</i> |
Makes text italic |
<underline> |
<u> |
<u>text</u> |
Underlines text |
<monospace> |
<mono> |
<mono>text</mono> |
Uses monospace font |
<link:URL> |
<url:link> |
<link:https://google.com>click</link> |
Creates clickable link |
<reset> |
<r> |
<b>bold<reset>normal |
Resets all formatting |