summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/vanish
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/vanish
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/vanish')
-rw-r--r--src/main/java/com/redstoner/modules/vanish/Vanish.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/redstoner/modules/vanish/Vanish.cmd b/src/main/java/com/redstoner/modules/vanish/Vanish.cmd
index 618a4c1..f4b6c67 100644
--- a/src/main/java/com/redstoner/modules/vanish/Vanish.cmd
+++ b/src/main/java/com/redstoner/modules/vanish/Vanish.cmd
@@ -20,14 +20,14 @@ command vanish {
[string:name] {
help Toggles someone elses vanish;
run vanish_other name;
- perm utils.vanishother;
+ perm utils.vanish.other;
}
}
command imout {
+ perm utils.vanish.imout;
[empty] {
help Makes you magically disappear;
type player;
- perm utils.imout;
run imout;
}
} \ No newline at end of file