-
Notifications
You must be signed in to change notification settings - Fork 8
Alert
PantherMan594 edited this page Sep 2, 2015
·
5 revisions
This command was designed to make notifying every player on the server a walk in the park for administrators.
alert is the base command that gets registered, it is associated with the permission node gssentials.admin.alert and has a single alias.
broadcast
When you first install BungeeEssentials the command will be enabled, though if you wish you can disable it by removing alert from the enable section of the config file.
| Key | Default |
|---|---|
format.alert |
&8[&b!&8] &7{{ MESSAGE }} |
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 |
Project initially created by csh, maintained by PantherMan594! Visit plugin page