Teamchat

The team chat is a chat where your team members can write to each other across servers. And the whole thing without all the other players can read the message.

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.

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:

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.

aliases:
  - "tc"

Default configuration

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

Command

Syntax

/teamchat <message>

Last updated