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

When making BungeeEssentials I decided that including a way for members of staff to communicate across multiple servers was absolutely essential! Currently BungeeEssentials will broadcast the message to everyone online with the appropriate permission node.

Command

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

Aliases

  • admin
  • a
  • sc

Configuration

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

Key Default
staffchat.format &c{{ SERVER }} - {{ SENDER }} » &7{{ MESSAGE }}
staffchat.enabled &aYou have enabled staff chat!
staffchat.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