Skip to content

Commit

Permalink
chore: update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
0utplay committed Sep 9, 2024
1 parent 01edd53 commit 1155e6e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
case "info" -> {
var npc = this.getNearestNPC(player.getLocation());
if (npc == null) {
sender.sendMessage("§cNo npc in range found! Make sure the npc you want to edit is in a 5 block radius.");
sender.sendMessage("§cNo npc in range found!"
+ " Make sure the npc you want to get information about is in a 5 block radius.");
return true;
}

Expand Down Expand Up @@ -651,6 +652,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St

sender.sendMessage("§8> §7/cn create <targetGroup> <type> <skinOwnerName/entityType>");
sender.sendMessage("§8> §7/cn edit <option> <value...>");
sender.sendMessage("§8> §7/cn info");
sender.sendMessage("§8> §7/cn remove");
sender.sendMessage("§8> §7/cn removeall [targetGroup]");
sender.sendMessage("§8> §7/cn cleanup");
Expand Down

0 comments on commit 1155e6e

Please sign in to comment.