Command Aliases
Create your own custom commands that trigger greed's built-in features.
Overview
Command aliases allow you to create custom "shortcuts" for greed's existing commands. This is useful for making commands easier to remember or for translating them into your own language.
Creating an Alias
Map a new command name to an existing greed command.
,alias add (input)
Once added, you can use ,kickout @user just like you would use ,kick @user. The input is the new alias and the original command name, separated by a space.
Management Commands
Viewing Aliases
See all custom aliases currently configured in your server.
,alias list [command]
Optionally specify a command to see only its aliases.
Removing an Alias
Delete a specific alias.
,alias remove (alias_name)
Removing Aliases
Delete all aliases for a specific command.
,alias removeall (command)
Resetting Everything
Remove all custom aliases and return to greed's defaults.
,alias reset
You cannot override greed's built-in commands with aliases. If a command already exists, you won't be able to use its name for an alias.