Have you ever wanted to shorten commands? Now you can!
What it does
Aliaser allows you to easily create aliases for your commands!
Some of you may ask, "what does that mean", well, basically, it means another way to type the command.
For example, say I had a command I needed to use lots, lets just say '/areallylongcommand'.
Now, it takes quite a while to type this command, especially if you are typing it lots.
With Aliaser, you can shorten this command, to only require '/arlc'!
Install / Setup
Aliaser requires no setup or configuration, it works straight out of the box! Just drag n' drop into your plugin folder, reload your server, and your ready to go!
Managing Aliases
Well, now you've installed Aliaser, you'll need to create some aliases!
Example: /aliaser add arlc areallylongcommand.
Let me explain the following command to you:
- /aliaser - default Aliaser command
- add - tells Aliaser that you are adding a new alias
- arlc - tells Aliaser that you would like to name this alias arlc, making the command /arlc
- areallylongcommand - tells Aliaser to make the player execute the command /areallylongcommand when they type /arlc.
Another command: /aliaser edit arlc anotherlongcommand
Explanation:
- /aliaser - default Aliaser command
- edit - tells Aliaser that you are editing an alias
- arlc tells Aliaser that you are editing the alias /arlc
- anotherlongcommand tells Aliaser to change /arlc to perform /anotherreallylongcommand
One more command: /aliaser remove arlc
Explanation:
- /aliaser - default Aliaser command
- remove - tells Aliaser that you want to remove an alias
- arlc - tells Aliaser that you want to remove the alias /arlc
All commands
- /aliaser help - views help
- /aliaser add <alias> <command> - adds alias <alias>, and links it to <command>
- /aliaser edit <alias> <command> - update <alias> to point to <command>
- /aliaser remove <alias> - removes the alias <alias>
- /aliaser reload - reloads Aliaser config.yml - only if you edit an alias via config.
Features
- Aliases can now use arguments! (Version 1.1)
- Player variable (%p) (Version 1.1)
To be added
- Permissions (Commands use the default permissions, but planning to make it so /aliaser can use permissions, not just OP.)
- For example, an alias pointing to /god(essentials command) would require the user to have the permission 'essentials.god')
Bugs
Source
http://github.com/lightniinja/aliaser