Chat - pantherman594/BungeeEssentials GitHub Wiki

Chat allows players to globally chat, across all servers.

Command

g is the base command that gets registered, it is associated with the permission node gssentials.chat and has 1 alias. When the command is run without any arguments, it toggles between global chat and regular chat. With /g on and /g off, it turns global chat on and off, respectively. /g followed by a message will be announced to all users with the gssentials.chat permission, but does not enable or disable global chat.

Aliases

  • global

Configuration

When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing chat from the enable section of the config file.

Key Default
chat.format &e{{ SERVER }} - {{ SENDER }} ยป &7{{ MESSAGE }}
chat.enabled &aYou are now chatting in global chat!
chat.disabled &cYou are no longer chatting in global chat!

When adjusting the message format you may include any global variables as well as those listed below.

Variable Replacement
{{ SERVER }} The name of the ServerInfo where the message originated
{{ SENDER }} The name of the CommandSender that the message originates from
{{ MESSAGE }} The message that was sent