Archived
0

Standardized Permissions

- Will be test on test-production.
This commit is contained in:
Minenash
2018-11-16 19:09:11 -05:00
parent 14c05dd762
commit 27cccc83f4
26 changed files with 96 additions and 93 deletions

View File

@@ -1,15 +1,14 @@
command damnspam {
perm utils.damnspam;
type player;
[double:seconds] {
run damnspamSingle seconds;
help Set single input cooldown for button or lever.;
type player;
}
[double:secondsOff] [double:secondsOn] {
run damnspamDouble secondsOff secondsOn;
help Set input cooldown after it's been turned off and turned on (for lever only).;
type player;
}
}