Skip to content
PantherMan594 edited this page May 10, 2015 · 5 revisions

This command was designed to make notifying every player on the server a walk in the park for administrators.

Command

alert is the base command that gets registered, it is associated with the permission node gssentials.admin.alert and has a single alias.

Aliases

  • galert

Configuration

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

Clone this wiki locally