Skip to content
Nekseus edited this page Sep 25, 2019 · 6 revisions

Commands

Currently there are only two commands for aliases.

/alias

Creates a new alias with the given command line.

/alias [alias] [command]

/unalias

Deletes an existing alias.

/unalias [alias]

Assignment

[alias] The alias command:

This can not contain spaces but special characters are allowed.

[command] The long-handed command:

Any console or client command. A command line containing spaces must be enclosed by single or double quotes.

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