Skip to main content

TinyMessage

note

TinyMessage was created by Zoltus. All credit goes to the original author — view on CurseForge.

Wherever OrbisManager lets you enter a message — such as a disconnect message in a routing rule — you can use TinyMessage tags to add colors and formatting.

How it works

Wrap text in tags to apply formatting. Tags are closed with </tagname>.

<color:red>You are not allowed to join this server.</color>

Colors

Use any named color or a hex value:

<color:red>text</color>
<color:gold>text</color>
<color:#ff6600>text</color>

Available names: black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white

Gradients

Blend between two colors:

<gradient:red:blue>This server is full.</gradient>
<gradient:gold:yellow>Welcome!</gradient>

Text styles

<b>bold</b>
<i>italic</i>
<u>underlined</u>

Reset

Stop all active formatting:

<color:red>Restricted <reset>— contact an admin.

Examples

Disconnect message when a server is full:

<color:gold>This server is currently full.</color>
<color:gray>Try again in a moment.</color>

Disconnect message for maintenance:

<gradient:red:dark_red><b>Maintenance</b></gradient>
<color:gray>This server is temporarily unavailable.</color>

Permission denied:

<color:red>You do not have permission to join this server.</color>