SimpAPI
SimpAPI copied to clipboard
Feature/subcommand
Closes #17
Adds a new marker annotation called QualifiedSubCommand
:
@QualifiedSubCommand(aliases = {"commandalias"})
class MySubCommand extends SubCommand {
//....
}
This registers the subcommand as it would normally, but also registers it as a base command. The annotation optionally takes an aliases parameter.