-
Notifications
You must be signed in to change notification settings - Fork 8
Aliases
PantherMan594 edited this page Jan 22, 2016
·
5 revisions
Aliases are an extremely powerful way to "make" your own commands.
Put in your own commands. There are two examples in the config. When players run the main command (under aliases.alias) the commands are all run. This may be used to support multiple COMMAND handles for messaging filters, to simplify a long command, or anything else you want! Note: this works ONLY with Bungee commands.
| Variable | Replacement |
|---|---|
{0}, {1}, ... |
These are replaced with arguments the player uses when running the command. |
{{ SERVER }} |
The server of the command sender |
{{ PLAYER }} |
The player who ran the command |
There are 2 special specifiers to change the command.
| Specifier | Output |
|---|---|
CONSOLE: ... |
Runs the command as console. |
TELL: ... |
Tells the CommandSender the message. |
TELL name: ... |
Tells a specific player the message. |
TELL ALL: ... |
Tells all players the message. |
Project initially created by csh, maintained by PantherMan594! Visit plugin page