Create unlimited commands and sub commands
Easy, Simple, Reliable.
This plugin offers fully customizability.
Features
Create unlimited commands and subcommands.
Configure the permission, optional & required args and aliases.
Run actions on command execute, execute other commands, and reply messages.
Limit the use of the command per player, with permission support.
Add delays between execute commands!
Fully functional reload system
Tab-complete support!
Command conditions.
Command cooldown.
In game edit commands (NEW).
Commands There is only a few commands for now, most of the things can be configured through the config file.
/cuc createCommand <label> - creates a new command with the default values, configure it further at commands.yml config file. Example: /cuc createCommand rank
/cuc reload - reloads the plugin & config files.
/cuc edit addExecuteCommand <cmd> <new execute command to add> - edits the command.
/cuc edit addReplyMessage <cmd> <new reply message to add> - edits the command.
/cuc edit setPermission <cmd> <permission> - edits the command.
/cuc edit setCooldown <cmd> <cooldown> - edits the command.
/cuc edit setUses <cmd> <uses> - edits the command.
/cuc edit setWhoCanUse <cmd> <whoCanUse (all, players, console)> - edits the command.
/cuc edit addRequiredArg <cmd> <arg name> <arg type ( can be onlinePlayer, offlinePlayer, text, message, number)> - edits the command.
/cuc edit addOptionalArg <arg name> <arg type> - edits the command.
Screenshots This the help message of a command that is fully created with custom commands. Everything configurable in it, header, each and footer. just execute /rank and it will show this message, of course with the help of a permission plugin.