Annotation Interface RegisterTabComplete
For auto registration of TabCompleter
Annotation targeting command Types.
Set the commandName() argument to the command name
IE: if the command is /help -> @CommandLoader(commandName = "help").
-
Required Element Summary
Required Elements
-
Element Details
-
commandName
This is a required field.- Returns:
- a string representing the commands name.
-