AdvancedChatFormatter (ACF)
AdvancedChatFormatter (ACF) is an ultra-lightweight, high-performance chat rendering solution built for modern Paper networks. It seamlessly bridges the gap between old server configurations and modern UI styling frameworks, allowing full cross-compatibility.
Features
- Universal Color Parsing Engine: Native integration allows server administrators and players to freely mix formatting types without rendering conflicts.
- MiniMessage: Full compatibility with modern tags like
<rainbow>,<gradient:#ff0000:#00ff00>,<bold>, and<italic>. - Legacy Codes: Out-of-the-box support for classic standard ampersand styling (
&a,&l, etc.). - Hex RGB Formats: Automatically translates standard community color strings like
&#ff5555and{#ff5555}into modern formats. - LuckPerms Meta Injection: Automatically hooks into LuckPerms to pull and display user group metadata, dynamically injecting player
prefixesandsuffixescleanly into the chat layout. - Async Event Execution: Built entirely on Paper's modern
AsyncChatEventAPI. By offloading chat text parsing completely from the main server thread, ACF guarantees maximum performance and 0 TPS lag even on masive servers.