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

@@ -1,4 +1,5 @@
command socialspy {
perm utils.socialspy;
format {
run config_format_show;
help Displays your current format;
@@ -59,14 +60,12 @@ command socialspy {
run off;
type player;
}
[empty] {
run toggle;
type player;
}
perm utils.socialspy;
migrate {
run migrate;
type console;
}
type all;
[empty] {
run toggle;
type player;
}
}