Skip to content
Connor Spencer Harries edited this page Jan 17, 2015 · 3 revisions

If you need to move a single player (or everyone online) then these commands should help you, they're great for quickly moving people off a certain server so that you can whitelist it for upgrades, maintenance, etc.

Command

send is the base command that gets registered, it is associated with the permission node gssentials.admin.send and has no aliases.

sendall is also registered and is associated with the permission node gssentials.admin.sendall, it also has no aliases.

Aliases

None.

Configuration

When you first install BungeeEssentials both commands will be enabled, though if you wish you can disable them by removing send and sendall from the enable section of the config file.

Key Default
format.alert &aSending &e{{ PLAYER }} &ato server &e{{ SERVER }}

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 target is being sent to
{{ PLAYER }} The usernamename of the ProxiedPlayer

Clone this wiki locally