summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/mentio
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/mentio
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/mentio')
-rw-r--r--src/main/java/com/redstoner/modules/mentio/Mentio.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/redstoner/modules/mentio/Mentio.cmd b/src/main/java/com/redstoner/modules/mentio/Mentio.cmd
index 230adf8..c70e3e0 100644
--- a/src/main/java/com/redstoner/modules/mentio/Mentio.cmd
+++ b/src/main/java/com/redstoner/modules/mentio/Mentio.cmd
@@ -1,4 +1,5 @@
command mentio {
+ perm utils.mentio;
add [string:trigger] {
help Triggers you when the trigger gets said.;
run addmentio trigger;
@@ -11,6 +12,5 @@ command mentio {
help Lists your mentios.;
run listmentios;
}
- perm utils.mentio;
type player;
} \ No newline at end of file