Revert target usage

This commit is contained in:
Hannes Greule 2020-08-20 23:29:51 +02:00
parent 77eb75fcc6
commit cee0bbb805

View File

@ -60,7 +60,7 @@ public class Target extends SubCommand {
if (args.length == 0) {
player.sendMessage(
TranslatableCaption.of("commandconfig.command_syntax"),
Template.of("value", "/plot target <<plot> | nearest>")
Template.of("value", "/plot target <<X;Z> | nearest>")
);
return false;
}