AdvancedChatFormatter
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: folia paper purpur spigot
标签: social
Advanced Chat Formatter (ACF)
Advanced Chat Formatter (ACF) is an ultra-lightweight, high-performance chat rendering solution built for modern Paper networks. It seamlessly bridges the gap between old-school server configurations and modern UI styling frameworks, allowing full cross-compatibility without breaking a sweat.
Features
- 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 playerprefixesandsuffixescleanly into the chat layout. - Async Event Execution
Built entirely on Paper's modernAsyncChatEventAPI. By offloading chat text parsing completely from the main server thread, ACF guarantees maximum performance and 0 TPS lag even on masive servers.
Configuration
ACF keeps things completely customizable and straightforward with a lightweight config.yml.
# Placeholders: {name}, {displayname}, {message}, {world}, {prefix}, {suffix}
default-format: "{prefix}{displayname}{suffix}<dark_gray> »<reset> {message}"
messages:
no-permission: "<red>You do not have permission to run this command."
reload-success: "<green>ACF configuration reloaded successfully!"
Commands & Permissions
ACF features smart, permission-aware tab-completion so administrators can effortlessly run commands.
| Command | Alias | Description | Permission Required |
|---|---|---|---|
/chatformatter reload |
/cf reload |
Reloads the config.yml setup live. |
chatformatter.admin |
请登录后举报
暂无评论,抢个沙发吧~