Chatter Styling
Change how players see each other's messages
Last updated
Was this helpful?
Change how players see each other's messages
Last updated
Was this helpful?
Add-on for Chatter to change how players see each other's messages.
We can all agree that the classic Minecraft chat format is quite lacklustre to the point where it becomes hard to read. Chatter allows you to tweak the chat format - go ahead and add colour!
Supports popular permission mods (e.g. LuckPerms) for groups, prefixes and suffixes!
The styling add-on config file can be found under: config/chatter/style.json5
.
Made changes to the configuration? Type /reload
to apply the changes immediately!
By default, the configuration will look something like this, with a placeholder style entry.
A list of permission groups, where a player must belong to at least one when deciding to style their chat.
Currently, the following permissions mods will be automatically detected:
Full support for permission groups, prefixes and suffixes
Don't have a permissions mod? Rather, use player
and operator
as group names!
A list of player UUIDs, where a player's UUID must be contained in the given list.
Don't know your UUID? Find it at Minecraft UUID & User Search (non-affiliate).
The in-game chat message template will replace the original message, making any substitutions. This field is expected to be valid JSON, just like how the /tellraw
command works.
Refer to the templating guide for instructions on substituting player names, etc.
Token
Type
Meaning
Example
${username}
String
The player's username
Axieum
${player}
String
The player's display name
Axieum
${message}
String
The raw message contents
Hello world!
${group}
String
The player's group name
Moderator
${prefix}
String
A group or team prefix, possibly empty
&3[Moderator]
${suffix}
String
A group or team suffix, possibly empty
${team}
String
The player's team display name, if set
Yellow
${team_color}
String
The player's team colour name, if set
yellow
${world}
String
The player's current world name
Overworld
${datetime[:format]}
DateTime
The current date & time
01/01/2004
Need help building a JSON text template? Check out Minecraft JSON (non-affiliate).
This flag allows matched players to use colour and formatting codes in their messages.