diff --git a/src/de/craftinc/gates/commands/CommandNew.java b/src/de/craftinc/gates/commands/CommandNew.java index 56813b3..8cd18bb 100644 --- a/src/de/craftinc/gates/commands/CommandNew.java +++ b/src/de/craftinc/gates/commands/CommandNew.java @@ -73,7 +73,7 @@ public class CommandNew extends BaseLocationCommand } else { - sendMessage("Now you should build a frame and execute:"); + sendMessage(ChatColor.RED + "Your location is invalid!" + ChatColor.AQUA + "Go somewhere else and execute:"); sendMessage(new CommandLocation().getUsageTemplate(true, true)); }