
A client-side mod that adds chat channels to the game.
A client-side mod that adds chat channels to the game.

Works like vanilla chat - all players on the server can see your messages (unless otherwise configured by the server).
Messages are only sent to players within a specified distance from you.
Messages are sent exclusively to one or more specific players.
When using a channel other than global, the mod automatically converts your chat messages into private messages using the /msg command and sends them only to the intended recipients.
You can use commands to switch between different channels:
| Command | Usage |
|---|---|
/channel global |
Switches to the global channel. |
/channel local <radius> |
Switches to the local channel. If the radius is omitted, the default radius will be used. |
/channel direct <recipients> |
Switches to the direct channel. If recipients are omitted, the nearest player will be selected. Recipients should be space-separated. |
/channel status |
Displays information about the currently selected channel. |
You can also use hotkeys to quickly switch between channels:
| Channel / Action | Default Hotkey |
|---|---|
| Global | U |
| Local | I |
| Direct | O |
| Show status | Not bound |