Archived
0

Standardized Permissions

- Will be test on test-production.
This commit is contained in:
Minenash
2018-11-16 19:09:11 -05:00
parent 14c05dd762
commit 27cccc83f4
26 changed files with 96 additions and 93 deletions

View File

@@ -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;
}
}