Skip to content

Releases: EternalCodeTeam/ChatFormatter

v1.3.3

23 Aug 12:18
Compare
Choose a tag to compare

ChatFormatter

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

23 Jul 05:43
Compare
Choose a tag to compare

ChatFormatter

✨ Enhancements

  • Added support for 1.21.6, 1.21.7, 1.21.8

v1.3.1

17 Jul 01:20
Compare
Choose a tag to compare

ChatFormatter

✨ Enhancements

  • Make url's clickable.
  • Updated all libraries

v1.3.0

26 Jun 20:39
Compare
Choose a tag to compare

ChatFormatter v2

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>)
  • 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

14 Jun 22:16
87e82b2
Compare
Choose a tag to compare

ChatFormatter

✨ Enhancements

  • Updated all libraries

v1.2.1

10 Mar 21:01
d14b3d6
Compare
Choose a tag to compare

Enhancements

  • 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!

07 Jun 13:31
5ee83bb
Compare
Choose a tag to compare

Enhancements

  • Expand default configuration
  • Add relational placeholder support
  • Add placeholder-api support to internal placeholder's (the placeholders section in config

v1.1.3 Update!

10 Feb 20:35
b4893a6
Compare
Choose a tag to compare

Enhancements

  • Fix plugin compatibility setting message color

v1.1.2 Update!

07 Feb 19:37
8a10507
Compare
Choose a tag to compare

Enhancements

  • Fix message color formatting.
  • Update all dependencies

v1.1.1 Update!

12 Jan 16:02
131051a
Compare
Choose a tag to compare

Enhancements

  • Add {name} placeholder
  • Update all dependencies