> For the complete documentation index, see [llms.txt](https://wiki-en.herrtechniker.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-en.herrtechniker.eu/bungeesystem/module/teamchat.md).

# Teamchat

## config.yml

### Prefix

The prefix is used by default for each message. It can be set in the message files at the beginning of each message. To set it simply write `%prefix%` (placeholder). This will then be replaced by the system with the prefix entered in `config.yml`.

```yaml
prefix: "&7[&5Teamchat&7]&r"
```

### Permission

To use the command `/teamchat` the player needs this bungeecord permission.

By default this permission is set, but you can change it:

```yaml
permission: "bungeesystem.teamchat.use"
```

### Aliases

You can also define so-called aliases that you can enter instead of /teamchat. For this you simply add further points under the point `aliases`.

```yaml
aliases:
  - "tc"
```

### Default configuration

```yaml
teamchat:
  prefix: "&7[&5Teamchat&7]&r"
  permission: "bungeesystem.teamchat.use"
  aliases:
    - "tc"
```

## Command

### Syntax

```
/teamchat <message>
```
