summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/ignore
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/ignore
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/ignore')
-rw-r--r--src/main/java/com/redstoner/modules/ignore/Ignore.cmd5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/com/redstoner/modules/ignore/Ignore.cmd b/src/main/java/com/redstoner/modules/ignore/Ignore.cmd
index 382846b..d8360d0 100644
--- a/src/main/java/com/redstoner/modules/ignore/Ignore.cmd
+++ b/src/main/java/com/redstoner/modules/ignore/Ignore.cmd
@@ -1,20 +1,19 @@
command ignore {
+ perm utils.ignore;
[string:player] {
- perm utils.ignore;
run ignore player;
type player;
help Ignores or Unignores a player.;
}
[empty] {
- perm utils.ignore;
run list;
type player;
help Lists everyone you ignore.;
}
}
command unignore {
+ perm utils.ignore;
[string:player] {
- perm utils.ignore;
run unignore player;
type player;
help Unignore a player.;