Skip to content

Command Modes

Yao Chung Hu edited this page Jun 15, 2022 · 7 revisions

Command Modes

Command Mode Description Difficulty Since Deprecated Removal
COMMAND_REDIRECT Redirects command literals with trailing command arguments Standard 0.3.0
COMMAND_REDIRECT_NOARG Redirects command literals Standard 0.3.0
COMMAND_REASSIGN Reassigns command parent name to another command name Standard 0.3.0
COMMAND_ALIAS Creates a custom command alias Advanced 0.3.0 0.7.0 1.0.0
COMMAND_REASSIGN_AND_ALIAS Reassigns command parent name to another command name then creates a custom command alias Advanced 0.3.0 0.7.0 1.0.0
COMMAND_CUSTOM Creates a custom command Advanced 0.4.0
COMMAND_REASSIGN_AND_CUSTOM Reassigns command parent name to another command name then creates a custom command Advanced 0.4.0

Clone this wiki locally