Beyond the Void Wiki
Command Reference

Alias

In-game equivalent: help alias

Command reference: This page documents the in-game alias command.

Alias

Syntax:

 alias <name> <command>
 alias <name>

Use alias to create or update command shortcuts. Use alias <name> to view the command currently assigned to that alias.

Examples:

 alias k kill
 alias gs get sword
 alias gs

Arguments and flexibility:

 Alias substitutions happen before command parsing, so arguments you type after the alias are appended.
 Example: `alias gs get sword` then `gs from bag` behaves like `get sword from bag`.

Pipes:

 Aliases can include pipe-separated command chains if your command parser supports `|` in normal input.
 Example: `alias prep hold sword | target nearest`.

To remove an alias, use unalias <name>. To list all aliases, use aliases.