Send - PantherMan594/BungeeEssentials GitHub Wiki
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.
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.send |
&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 name of the ProxiedPlayer |