summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/naming/Naming.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/redstoner/modules/naming/Naming.cmd')
-rw-r--r--src/main/java/com/redstoner/modules/naming/Naming.cmd10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/main/java/com/redstoner/modules/naming/Naming.cmd b/src/main/java/com/redstoner/modules/naming/Naming.cmd
index f21f15a..22f4b41 100644
--- a/src/main/java/com/redstoner/modules/naming/Naming.cmd
+++ b/src/main/java/com/redstoner/modules/naming/Naming.cmd
@@ -1,11 +1,3 @@
-command anvil {
- perm utils.naming;
- [empty] {
- run anvil;
- type player;
- help Opens anvil GUI.;
- }
-}
command name {
perm utils.naming;
[string:name...] {
@@ -19,6 +11,6 @@ command lore {
[optional:-a] [string:lore...] {
run lore -a lore;
type player;
- help Adds lore to item in hand.;
+ help Adds lore to item in hand. Use &e-a&b to append to the lore.;
}
} \ No newline at end of file