Command Aliases

Aliases commands

tool

Installation command

!!MCDR plugin install command_aliases

Synced at

...

Last update

...

Latest version

Total downloads

93

Back to catalogue

Command Aliases

Alias commands by config

Usage

You need to add all commands you would like to alias in the config file, where keys are the alias and values are the original commands.

{
  "alias": {
    "!!mcdr": "!!MCDR"
  }
}

Now you can use !!mcdr as an alias for !!MCDR.

Note

There will be no completion for alias commands. If you want to use completion, you need to use original commands. It does not make sense if you need to use alias in an environment where you have completion.

Introduction source: src/command_aliases/readme.md