Annotation Interface CommandAlias
Any command with this annotation will run the raw command as shown in the
thing, as long as it is registered in the current
CommandsManager
.
Mostly to move commands around without breaking things.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString[]
Get the rawCommandsManager
-formatted command arg array to run
-
Element Details
-
value
String[] valueGet the rawCommandsManager
-formatted command arg array to run- Returns:
- the command
-