mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 16:39:53 +08:00
[WIP] Command Targeting overhaul
This commit is contained in:
committed by
Melledy
Unverified
parent
821969fdd2
commit
bf654ced36
@@ -14,6 +14,8 @@ public @interface Command {
|
||||
String[] aliases() default {};
|
||||
|
||||
String permission() default "";
|
||||
|
||||
String permissionTargeted() default "";
|
||||
|
||||
boolean threading() default false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user