promotional bannermobile promotional banner

ChatChannels

**ChatChannels** is an advanced, server‑side chat channels system for **Minecraft 1.20.1 (Forge)**.

File Details

ChatChannels-1.20.1-forgeV1.1.jar

  • R
  • Nov 20, 2025
  • 84.22 KB
  • 25
  • 1.20.1
  • Forge

File Name

ChatChannels-1.20.1-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:chatchannels-1388005:7243692")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Update / Changelog

  • Fixed FTB Ranks permission integration

    •  
      PermissionManager now correctly reads boolean permission values from FTB Ranks (PermissionValue.asBooleanOrFalse()), so nodes like chat.channels.globalchat.channels.localchat.channels.trade and chat.channels.staff now work as expected when defined in ranks.snbt.
  • Per‑channel message display

    • Client no longer shows all messages in every channel.
    • Messages are only displayed in the chat if they belong to the currently active channel.
    • Private messages (ChannelType.PRIVATE) are always shown, regardless of the active channel, and still trigger auto‑switching to the private channel and tab highlighting.
  • Channel highlighting preserved

    • If a message arrives in a non‑active channel (except private), that channel is still marked as highlighted in the UI, so players know there are new messages there.