This is a plugin for MCServer that allows players to define aliases for in-game commands and even chat messages. Server admins can define their aliases for console commands.
This makes it easier to use long commands - you can define a shorter version of the command, and even include the initial parameters. For example:
Commands
General
Permissions
Source: https://github.com/madmaxoft/Aliases
Download: https://github.com/madmaxoft/Aliases/archive/master.zip
This makes it easier to use long commands - you can define a shorter version of the command, and even include the initial parameters. For example:
- "/td" -> "/time set day": By using the simple "/td" command you can set the time to day in the world
- "/ts" -> "/time set": Now you can use commands such as "/ts night" to set night in the world
- (console) "kx" -> "kick xoft I hate you because": Now you can kick me really fast using the console command "kx no reason"
Commands
General
- /alias list - Lists all your aliases
Permission required: aliases.alias.list
/alias remove - Removes an existing alias
Permission required: aliases.alias.remove
The following parameter combinations are recognized:
/alias remove "From" - Removes the alias previously defined for "From"
/alias set - Sets an alias from one command to another
Permission required: aliases.alias.set
The following parameter combinations are recognized:
/alias set "From" "To" - Set an alias for command "From" as command "To"
Permissions
- - aliases.alias.list - Allows players to show a list of all their currently defined aliases
- Commands affected:
- /alias list
- Recommended groups: everyone
- Commands affected:
- /alias remove
- Recommended groups: everyone
- Commands affected:
- /alias set
- Recommended groups: everyone
- Commands affected:
Source: https://github.com/madmaxoft/Aliases
Download: https://github.com/madmaxoft/Aliases/archive/master.zip