Alert - pantherman594/BungeeEssentials GitHub Wiki

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

  • broadcast

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