mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
command cooldowns
This commit is contained in:
@ -13,4 +13,6 @@ public @interface CommandPermissions
|
||||
SourceType source();
|
||||
|
||||
boolean blockHostConsole() default false;
|
||||
|
||||
int cooldown() default 0;
|
||||
}
|
Reference in New Issue
Block a user