summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/tag
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/tag
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/tag')
-rw-r--r--src/main/java/com/redstoner/modules/tag/Tag.cmd5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/com/redstoner/modules/tag/Tag.cmd b/src/main/java/com/redstoner/modules/tag/Tag.cmd
index caa95ab..94bff60 100644
--- a/src/main/java/com/redstoner/modules/tag/Tag.cmd
+++ b/src/main/java/com/redstoner/modules/tag/Tag.cmd
@@ -1,22 +1,19 @@
command tag {
+ perm utils.tag;
add [string:player] [string:tag...] {
help Tags a player.;
run addtag player tag;
- perm utils.tag;
}
del [string:player] [int:id] {
help Removes a tag.;
run deltag player id;
- perm utils.tag;
}
check [string:player] {
help Lists all tags of a player.;\
run checktag player;
- perm utils.tag;
}
[string:player] [string:tag...] {
help Tags a player.;
run addtag player tag;
- perm utils.tag;
}
} \ No newline at end of file