v1.3.4
on Oct 6, 2025✨ Enhancements
- Add support for 1.21.9 versions.
- Updated all dependencies and libraries to their latest stable versions.
1.3.3
on Aug 23, 2025✨ Enhancements
- Updated all dependencies and libraries to their latest stable versions
🐛 Bug Fixes
- Fixed issue of message content displaying {message} after send
v1.3.2
on Jul 23, 2025✨ Enhancements
- Added support for 1.21.6, 1.21.7, 1.21.8
v1.3.1
on Jul 17, 2025✨ Enhancements
- Make url's clickable.
- Updated all libraries
v1.3.0
on Jun 26, 2025✨ Enhancements
-
Added granular permissions for text decorations:
chatformatter.decorations.bold
– now supports<bold>
,<b>
,&l
chatformatter.decorations.italic
– now supports<italic>
,<i>
,<em>
,&o
chatformatter.decorations.underlined
– added support for&n
chatformatter.decorations.strikethrough
– added<st>
,&m
chatformatter.decorations.obfuscated
– added<obf>
,&k
-
chatformatter.color.*
now covers:- Named colors (
<red>
,<blue>
, etc.) - Legacy codes (
&c
,&4
, etc.) - Hex codes (
<#a568a9>
,&#a568a9>
)
- Named colors (
-
New permissions added:
chatformatter.shadow
– enables<shadow>
chatformatter.pride
– enables<pride>
chatformatter.score
,chatformatter.selector
,chatformatter.nbt
– advanced placeholder support
-
Added aliases for
chatformatter.reset
,chatformatter.newline
-
Removed deprecated
chatformatter.legacycolor
in favor of fine-grained color permissions -
Added support for the latest Minecraft versions
-
Updated all dependencies and libraries to their latest stable versions
🐛 Bug Fixes
- Fixed a bug where applying gradient tags over placeholders would break the config
- Fixed an issue where players without permission to use a color had
&
incorrectly shown as<ampersad>
in chat
v1.2.2
on Jun 14, 2025✨ Enhancements
- Updated all libraries
v1.2.1
on Mar 10, 2025Enhancements
- Added missing permission for
<rainbow>
- Support for all legacy hex color's. (Fixes most of bug's provided by the other plugin placeholders)
v1.2.0 Update!
on Jun 7, 2024Enhancements
- Expand default configuration
- Add relational placeholder support
- Add placeholder-api support to internal placeholder's (the
placeholders
section in config
v1.1.3 Update!
on Feb 10, 2024Enhancements
- Fix plugin compatibility setting message color
v1.1.2 Update!
on Feb 7, 2024Enhancements
- Fix message color formatting.
- Update all dependencies
v1.1.1 Update!
on Jan 12, 2024Enhancements
- Add
{name}
placeholder - Update all dependencies
v1.1.0 Update!
on Nov 29, 2023Enhancements
- Update Dependencies
- Drop Spigot Support (Plugin now only supports Paper; optional PaperSupport no longer required!)
- Move into one jar for simplified usage
- Added captivating preview gifs in the GitHub repository readme
- Added the necessary commands and permissions into plugin.yml
Bug Fixes
- Fix most compatibility issues with other plugins.
v1.0.7 Update!
on Apr 19, 2023- Exclude kotlin from dependencies
- Add fully compatibility with 1.19.4 ❤️
(Optional) If you have paper server, install ChatFormatter and ChatFormatter-PaperSupport jars.
v1.0.6 Update!
on Feb 11, 2023fix bug with multi-version support in paper-support. Support permission per color Add plugin update checker Update all dependencies
(Optional) If you have paper server, install ChatFormatter and ChatFormatter-PaperSupport jars.
v1.0.5 Update!
on Dec 30, 2022Fixed support with PaperMC #354
v1.0.4 Update!
on Dec 28, 2022Update dependencies Use modern api. Fix chat formatter <message> placeholder duplicate. Add permissions per tag resolver.
Permissions:
- chatformatter.color -
<red>
,<blue>
, etc. tags. - chatformatter.legacycolor - Allows the use of legacy color codes, such as
&c
,&4
,&l
, etc. - 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
(Optional) If you have paper server, install ChatFormatter and ChatFormatter-PaperSupport jars.