-
Notifications
You must be signed in to change notification settings - Fork 8
Staff Chat
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.
staff is the base command that gets registered, it is associated with the permission node gssentials.admin.chat and has 3 aliases.
aadminadminchat
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 |
Project initially created by csh, maintained by PantherMan594! Visit plugin page