summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/afk
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2018-11-16 19:09:11 -0500
committerMinenash <minenash@protonmail.com>2018-11-16 19:09:11 -0500
commit27cccc83f430a1b1cebf3adeaa6c106fe1a5b318 (patch)
treeaf65fadb798a6cdde38e6fcec2ab5e63f8889094 /src/main/java/com/redstoner/modules/afk
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/afk')
-rw-r--r--src/main/java/com/redstoner/modules/afk/AFK.cmd4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/com/redstoner/modules/afk/AFK.cmd b/src/main/java/com/redstoner/modules/afk/AFK.cmd
index 6f9385d..6bd8b7f 100644
--- a/src/main/java/com/redstoner/modules/afk/AFK.cmd
+++ b/src/main/java/com/redstoner/modules/afk/AFK.cmd
@@ -2,17 +2,15 @@ command afk {
alias eafk;
alias away;
alias eaway;
+ perm utils.afk;
[empty] {
run afk;
- perm utils.afk;
}
[optional:-s] {
run afks -s;
- perm utils.afk;
}
[optional:-s] [string:reason...] {
run afk2 -s reason;
- perm utils.afk;
}
}