mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 18:05:05 +01:00
Implement new command system
This commit is contained in:
@@ -5,9 +5,11 @@ import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Command {
|
||||
String label() default "";
|
||||
|
||||
String[] aliases() default "";
|
||||
|
||||
int gmLevel() default 1;
|
||||
|
||||
String helpText() default "";
|
||||
String usage() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user