Package com.jackmeng.locale
Annotation Interface Invokable
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]
Aliases are additional commands that point to this same method, but with a different name.This string is primarily used to get the details of a command in order to display a "helpful" message about it.
-
Element Details
-
aliases
String[] aliasesAliases are additional commands that point to this same method, but with a different name. This functionality should be avoided as much as possible if there can be aliasing duplications.- Default:
- {}
-
commandDescription
String commandDescriptionThis string is primarily used to get the details of a command in order to display a "helpful" message about it.- Default:
- ""
-