



WARRNING! This plugin requires PlaceholderAPI and Vault to run!
Features:
- PlaceholderAPI Support
- MiniMessages Support with Legacy Colors Support!
- Template System
- Custom Placeholders System
- Per permission miniMessages Tags (check permissions 👇)
Useful links:
Permissions:
- chatformatter.decorations.* -
<bold>
, <italic>
, <underlined>
, <strikethrough>
, and <obfuscated>
tags.
- chatformatter.decorations.bold -
<bold>
- chatformatter.decorations.italic -
<italic>
- chatformatter.decorations.underlined -
<underlined>
- chatformatter.decorations.strikethrough -
<strikethrough>
- chatformatter.decorations.obfuscated -
<obfuscated>
- chatformatter.reset -
<reset>
- chatformatter.gradient -
<gradient>
- chatformatter.hover -
<hover>
- chatformatter.click -
<click>
- chatformatter.insertion -
<insertion>
- chatformatter.font -
<font>
- chatformatter.transition -
<transition>
- chatformatter.translatable -
<lang>
- chatformatter.selector -
<selector>
- chatformatter.keybind -
<key>
- chatformatter.newline -
<newline>
- chatformatter.chat.reload - reload the plugin
/chatformatter reload
- chatformatter.receiveupdates - receive updates announce for this plugin
Additional color permissions:
- chatformatter.color.* -
<red>
, <blue>
, etc. tags.
- chatformatter.legacycolor - Allows the use of legacy color codes, such as
&c
, &4
, &l
, etc.
- chatformatter.color.black -
<black>
- chatformatter.color.dark_blue -
<dark_blue>
- chatformatter.color.dark_green -
<dark_green>
- chatformatter.color.dark_aqua -
<dark_aqua>
- chatformatter.color.dark_red -
<dark_red>
- chatformatter.color.dark_purple -
<dark_purple>
- chatformatter.color.gold -
<gold>
- chatformatter.color.gray -
<gray>
- chatformatter.color.dark_gray -
<dark_gray>
- chatformatter.color.blue -
<blue>
- chatformatter.color.green -
<green>
- chatformatter.color.aqua -
<aqua>
- chatformatter.color.red -
<red>
- chatformatter.color.light_purple -
<light_purple>
- chatformatter.color.yellow -
<yellow>
- chatformatter.color.white -
<white>
config.yml
preFormatting: false
defaultFormat: "{displayname} {arrow_right} {message}"
receiveUpdates: true
format:
default: "{member} &f{displayname} &8{arrow_right} {message} "
admin: "$template({admin}, &c)"
templates:
- "$template($rank, $color) -> '$rank $color{displayname} &8{arrow_right} $color{message}'"
placeholders:
{displayname}: "<displayname>"
{message}: "<message>"
{prefix}: "<b><gradient:#29fbff:#38b3ff>ChatFormatter</gradient></b>"
{member}: "<b><color:#6e6764>Member</color></b>"
{admin}: "<b><color:#ff4400>Admin</color></b>"
{arrow_right}: "»"
{arrow_left}: "«"