Package dev.plex.command.annotation
Annotation Interface CommandPermissions
Storage for the command's permissions
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionMinimum rank requiredThe permissionRequired command source
-
Element Details
-
level
Rank levelMinimum rank required- Returns:
- Minimum rank required for the command
- See Also:
- Default:
- IMPOSTOR
-
source
RequiredCommandSource sourceRequired command source- Returns:
- The required command source of the command
- See Also:
- Default:
- ANY
-
permission
String permissionThe permission- Returns:
- Permission of the command
- Default:
- ""
-