Skip to content
Stjepan Bakrac edited this page May 22, 2020 · 6 revisions

Commands

/alias <alias> <command>

Creates a new alias with a given command line. <alias> commands can not contain spaces. Special characters are allowed. Any <command> containing spaces must be enclosed by quotes.

/unalias <alias>

Deletes an existing alias.

Example Usage

/alias test "/echo ding~"

This alias creates the command /test which sends the input /echo ding~.

/unalias test

Deletes the alias command /test.

Clone this wiki locally