Skip to content
Connor Spencer Harries edited this page Jan 14, 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

staff is the base command that gets registered, it is associated with the permission node gssentials.admin.chat and has 3 aliases.

Aliases

  • a
  • admin
  • adminchat

Configuration

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

Key Default
format.admin &c{{ SERVER }} - {{ SENDER }} » &7{{ MESSAGE }}
Variables 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