File Details
HyChatter-1.0.5.jar
- R
- Feb 20, 2026
- 130.23 KB
- 76
- Early Access
File Name
HyChatter-1.0.5.jar
Supported Versions
- Early Access
Highlights
- HyChatter now supports a MiniMessage-based chat pipeline via Mini Chat Formatter, ensuring compatibility with the latest LuckPerms-Hytale update.
- PlaceholderAPI is supported through the same unified formatting flow when installed.
Added
- Mini Chat Formatter integration (optional): If
mini-chat-formatteris present, HyChatter renders chat using MiniMessage + resolvers. - Unified formatting for all message types: Global chat, custom channels, and whispers (
/msg,/reply) use the same formatting system when Mini Chat Formatter is available. - HyChatter MiniMessage tags for use in formats:
<hc_message>– player message (safely escaped)<hc_channel>– channel name<hc_tag>– channel tag/label<hc_from>/<hc_to>– whisper context
Changed
- Formatting is now dependency-aware:
- If Mini Chat Formatter is installed → HyChatter uses it (LuckPerms prefix/suffix/meta + PlaceholderAPI tags supported).
- If it is not installed → HyChatter falls back to the legacy formatting behavior.
- Legacy color code support improved:
&formatting (including&#RRGGBB) is converted to MiniMessage where applicable.
Fixed / Security
- MiniMessage injection protection: Player message content is escaped to prevent users from injecting MiniMessage tags.
- Recipient-aware rendering supported when Mini Chat Formatter provides relational formatting (better behavior with relational placeholders).
Compatibility Notes
- Works with:
LuckPerms-Hytale(newer builds expecting Mini Chat Formatter)mini-chat-formatterPlaceholderAPI - Fixed some issues with %placeholders%
- All integrations are optional — HyChatter remains functional without them, using fallback formatting.
Configuration Tip
- You can keep your existing formats; HyChatter maps common placeholders to MiniMessage tags (e.g.
{message}→<hc_message>,{prefix}→<prefix>).