Package dev.plex.command.annotation
Annotation Interface CommandParameters
Storage for a command's parameters
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
name
String nameThe name- Returns:
- Name of the command
-
description
String descriptionThe description- Returns:
- Description of the command
- Default:
""
-
usage
String usageThe usage (optional)- Returns:
- The usage of the command
- Default:
"/<command>"
-
aliases
String aliasesThe aliases (optional)- Returns:
- The aliases of the command
- Default:
""
-