summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/adminchat
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/adminchat
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/adminchat')
-rw-r--r--src/main/java/com/redstoner/modules/adminchat/Adminchat.cmd10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/java/com/redstoner/modules/adminchat/Adminchat.cmd b/src/main/java/com/redstoner/modules/adminchat/Adminchat.cmd
index b083eb9..210a3e9 100644
--- a/src/main/java/com/redstoner/modules/adminchat/Adminchat.cmd
+++ b/src/main/java/com/redstoner/modules/adminchat/Adminchat.cmd
@@ -1,42 +1,40 @@
command ac {
+ perm utils.ac;
[string:message...] {
help Sends a message in Admin Chat;
- perm utils.ac;
run ac_msg message;
}
}
command acn {
+ perm utils.ac;
[string:name] [string:message...] {
help Sends a message in Admin Chat;
- perm utils.ac;
type console;
run acn_msg name message;
}
}
command ackey {
+ perm utils.ac;
[string:key] {
help Sets your Admin Chat key;
- perm utils.ac;
type player;
run setackey key;
}
}
command act {
+ perm utils.ac;
on {
help Turns on act;
- perm utils.ac;
run act_on;
}
off {
help Turns off act;
- perm utils.ac;
run act_off;
}
[empty] {
help toggles Admin Chat;
- perm utils.ac;
run act;
}
} \ No newline at end of file