Package co.aikar.commands.annotation
Annotation Type Flags
-
@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface Flags
Provides configuration options forContextResolver's to change how they resolve context. Example: Searching for a player, you might use @Flags("loose") to indicate a fuzzy match instead of an exact match. If you want to restrict if an issuer can use the command, please useCommandConditions.Conditioninstead.