v1.5.0 Nov 2, 2023
New hex color formatting support

UPDATE | v1.5.0

  • Adds color formatting support for "§x§r§r§g§g§b§b"
  • Other internal changes

v1.4.3 Oct 15, 2023
More hex code formatting

UPDATE | v1.4.3

  • Adds color formatting support for "&x&r&r&g&g&b&b"

v1.4.2 Sep 26, 2023
1.20+ Unicode character support

UPDATE | v1.4.2

  • 14 new default fonts
  • Support for 16-bit characters
  • You can now autocomplete font IDs with tab
  • Significant caching improvements

v1.4.1 Aug 28, 2023
Settings fix

UPDATE | v1.4.1

  • Comeback of the setting "return_text_if_font_invalid" which was missing on v1.4.0
  • Removed unnecessary configuration generation warning message on /papi reload

v1.4.0 Aug 23, 2023
Hex color code support

UPDATE | v1.4.0

Changes:

  • Added hex color code support
    • Formats: &#RRGGBB and/or #RRGGBB
    • Example: %customfont_mini_{vault_prefix}%

v1.3.0 Aug 22, 2023
Fixes and optimizations

UPDATE | v1.3

Changes:

  • Removed '&' from "special" conversion map as it breaks color formatting
  • Further code optimization


Important
:

  • Make sure to delete the default configuration section at .../plugins/PlaceholderAPI/config.yml to allow the expansion to regenerate the correct one

v1.2 Jul 30, 2023
Special character translation update

UPDATE | v1.2

Changes:

  • Ability to translate special characters ("?!@#$%^&*()_-+=")
    • use "[prc]" to get "%"
  • Optimized code
    • Implemented caching system
    • Gets cleared when unregistering

v1.1 Jun 20, 2023
Support for inner color and formatting codes

UPDATE | v1.1

This update adds color and formatting support in the placeholder itself
Example usage: %customfont_mini_&b&lHello &f&n{player_name}
%

Recognized colors and formats:

  • &a
  • &b
  • &c
  • &d
  • &e
  • &f
  • &0
  • &1
  • &2
  • &3
  • &4
  • &5
  • &6
  • &7
  • &8
  • &9
  • &l
  • &n
  • &m
  • &o
  • &k
  • &r 

v1.0 Jun 13, 2023