Skip to content
PantherMan594 edited this page Sep 2, 2015 · 5 revisions

Aliases are an extremely powerful way to "make" your own commands.

Command

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

Clone this wiki locally