summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/socialspy
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/socialspy
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/socialspy')
-rw-r--r--src/main/java/com/redstoner/modules/socialspy/Socialspy.cmd11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main/java/com/redstoner/modules/socialspy/Socialspy.cmd b/src/main/java/com/redstoner/modules/socialspy/Socialspy.cmd
index 32159b9..c1e372c 100644
--- a/src/main/java/com/redstoner/modules/socialspy/Socialspy.cmd
+++ b/src/main/java/com/redstoner/modules/socialspy/Socialspy.cmd
@@ -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;
+ }
} \ No newline at end of file