HyChatter - [NEW] Bubblechat feature is out to try in beta version!

Chat mod with Global/Region/Party + custom channels, anti-spam moderation, optional multi-server GLOBAL chat forwarding and discord bridge.

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.java caused 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.json5 exists and has enabled: true, the SPOKE template is not created/added on reload.
    • If chatForwarderSpoke.json5 exists and has enabled: true, the HUB template is not created/added on reload.
  • 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).