summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/naming
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/naming
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/naming')
-rw-r--r--src/main/java/com/redstoner/modules/naming/Naming.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/redstoner/modules/naming/Naming.cmd b/src/main/java/com/redstoner/modules/naming/Naming.cmd
index 1b9bc1a..f21f15a 100644
--- a/src/main/java/com/redstoner/modules/naming/Naming.cmd
+++ b/src/main/java/com/redstoner/modules/naming/Naming.cmd
@@ -1,24 +1,24 @@
command anvil {
+ perm utils.naming;
[empty] {
run anvil;
type player;
help Opens anvil GUI.;
- perm utils.anvil;
}
}
command name {
+ perm utils.naming;
[string:name...] {
run name name;
type player;
help Names item in hand.;
- perm utils.name;
}
}
command lore {
+ perm utils.naming;
[optional:-a] [string:lore...] {
run lore -a lore;
type player;
help Adds lore to item in hand.;
- perm utils.lore;
}
} \ No newline at end of file