Skip to content
PantherMan594 edited this page Sep 2, 2015 · 2 revisions

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 staff 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 have enabled staff chat!
chat.disabled &cYou have disabled staff 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

Clone this wiki locally