File Details
HyChatter-1.0.3.jar
- R
- Feb 14, 2026
- 118.74 KB
- 42
- Early Access
File Name
HyChatter-1.0.3.jar
Supported Versions
- Early Access
Added:
- Support for TinyMessage chat formatting (including mention highlighting / safe text handling).
- Auto-switch on invite accept: after
/hc ch accept- the player is immediately set to that custom channel, so the[channel]prefix appears right away. - Default-channel fallback helper logic (case-insensitive handling for saved/default channel values).
Fixed:
- Java compilation errors in
HyChatterPlugin.javacaused by a missing brace in the mention-highlighting section (triggering “illegal start of expression” and related errors). - Custom channel creation via
/hc ch create <channelname>. - Invite system via
/hc ch invite <channelname> <playername>and correct accept/approve flow.
Remade:
- ChatForwarder JSON5 generation:
- Now generates only two install-time templates:
chatForwarderHub.json5(LOBBY/HUB)chatForwarderSpoke.json5(SPOKE/TARGET)- No other forwarder config files are generated.
- Reload-safe generation rules:
- If
chatForwarderHub.json5exists and hasenabled: true, the SPOKE template is not created/added on reload. - If
chatForwarderSpoke.json5exists and hasenabled: true, the HUB template is not created/added on reload.
- If
- Member leave behavior:
- When a member leaves a channel they do not own, their active channel is reset to their configured default channel (not a generic server fallback).