NOTE
This plugin has been replaced by ShortUtils and is no longer supported.
Overview:
This plugin allows you to manage your custom server commands on-the-fly. This means that you can add or remove commands whenever you wish, without needing to entirely remove the commands from your plugin, modify the plugin.yml file, or reload the server. Commands may be added or removed at any time, and changes take effect immediately. All commands are logged to the console normally.
Creating custom commands is a breeze using the ShortCommand API, and adding them is as simple as adding a single line of code to your plugin.
Features:
- Add commands to your plugin without having to modify the plugin.yml
- Search commands by plugin, class, or name
- Disable commands at any time, making them invisible to users
- Create commands with any number of names
- Include help information right in the command
- Dynamically add or remove commands
- Create commands that can only be used by players, command blocks, the console, or all three
Documentation:
Javadocs may be found here
Source code may be found here
See an example of a dynamic command here