Message Formatting - Streamline-Essentials/StreamlineWiki GitHub Wiki

Table of Contents:


Hex Formatting

Natively Supported Hex Formatting

Type of Format Format Example
CMI {#xxxxxx} {#000ccc} (red)
EssentialsX &{#xxxxxx} &{#000ccc} (red)
Kyori <#xxxxxx> <#000ccc> (red)

How to Use It

Just use it like you would in any of the above plugins or APIs.

Json Formatting

Usage Cases

You can use this inside other strings of text in your Streamline messages.

How to Use It

Syntax

It always starts with !!json: and then the json string.

!!json:{"text":"Text field of the message","color":"<minecraft color goes here>","hoverEvent":{"action":"<minecraft hover event action>","value":"<hover event value>"}}
Examples
<#4C44C0>This is a !!json:{"text":"test message.","color":"gold",hoverEvent:{"action":"show_text","value":"&9Yes it is!"}}
⚠️ **GitHub.com Fallback** ⚠️