summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/chatgroups
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/chatgroups
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/chatgroups')
-rw-r--r--src/main/java/com/redstoner/modules/chatgroups/Chatgroups.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/com/redstoner/modules/chatgroups/Chatgroups.cmd b/src/main/java/com/redstoner/modules/chatgroups/Chatgroups.cmd
index 33fd0c5..8aabdee 100644
--- a/src/main/java/com/redstoner/modules/chatgroups/Chatgroups.cmd
+++ b/src/main/java/com/redstoner/modules/chatgroups/Chatgroups.cmd
@@ -1,4 +1,5 @@
command cgt {
+ perm utils.chatgroups;
[empty] {
help Toggles your cgtoggle status.;
type player;
@@ -6,6 +7,7 @@ command cgt {
}
}
command cgkey {
+ perm utils.chatgroups;
[string:key] {
help Sets your chatgroup key.;
run setcgkey key;
@@ -13,12 +15,14 @@ command cgkey {
}
}
command cgsay {
+ perm utils.chatgroups;
[string:message...] {
help Chats in your chatgroup.;
run cgsay message;
}
}
command cg {
+ perm utils.chatgroups;
join [string:group] {
help Joins a chatgroup.;
run cgjoin group;