Annotation Interface CommandAliases
Interface to set a list of Aliases for a class extending
ApiCommand
This is optional, however this will override the aliases String set in a RegisterCommand annotation-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]List of aliases that the class extendingApiCommandcan also use for execution
-
Element Details
-
aliases
String[] aliasesList of aliases that the class extendingApiCommandcan also use for execution- Returns:
StringEach containingStringmust have no spaces and must be lowercase (Uppercase letters are automtically switched back to lowercase)
- Default:
- {}
-