0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix .copyitem syntax

This commit is contained in:
Alexander01998 2019-08-13 22:40:19 +02:00
parent 24225e47b6
commit 1177179c75

View File

@ -23,7 +23,8 @@ public final class CopyItemCmd extends Command
super("copyitem",
"Allows you to copy items that other people are holding\n"
+ "or wearing. Requires creative mode.",
"<player> <slot>", "Valid slots: hand, head, chest, legs, feet");
".copyitem <player> <slot>",
"Valid slots: hand, head, chest, legs, feet");
}
@Override