command cooldowns

This commit is contained in:
Super_
2019-12-12 17:02:33 -05:00
parent 69fb21f57c
commit ee44b5fb7f
4 changed files with 43 additions and 2 deletions

View File

@ -13,4 +13,6 @@ public @interface CommandPermissions
SourceType source();
boolean blockHostConsole() default false;
int cooldown() default 0;
}