Team Chat
Private team chat toggle and global chat prefix formatting.
Team Chat
Players can toggle team-only chat mode with /team chat.
When enabled, their messages are only sent to online team members. When disabled (default), all chat is visible server-wide.
The team chat toggle resets on disconnect — players must re-enable it each time they join the server.
Global Chat Formatting
When team chat is disabled but the chat format is enabled, all chat messages from team members are rendered with the team's prefix.
For example: [TeamName] Player: Hello everyone!
The format uses MiniMessage syntax and supports placeholders like {team_prefix}, {player}, and {message}.
Configuration
| Option | Default | Description |
|---|---|---|
| team-chat.enabled | true | Enable the /team chat toggle feature |
| team-chat.format | [Team Chat] {rank} {player}: {message} | Team chat message format (supports placeholders) |
| chat.enabled | true | Enable team prefix formatting in global chat |
| chat.format | {team_prefix}...{player}...{message} | Global chat format (MiniMessage, supports placeholders) |
Team chat format placeholders:
{team_prefix}, {rank}, {player}, {message}
Permissions
| Permission | Default | Description |
|---|---|---|
| simpleteams.player.chat | Everyone | Toggle team-only chat mode |