Skip to content

Commit

Permalink
CMD Feedback Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDarkLord committed Feb 9, 2024
1 parent 352f9ca commit 79b8bf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command cmd, @N
if (!hasPermission(sender, "give")) return true;

if (args.length < 3) {
sender.sendMessage(ColorUtils.getPrefix() + ColorUtils.color("&c/ce Give <Player> <itemString>"));
sender.sendMessage(ColorUtils.getPrefix() + ColorUtils.color("&c/ce give <Player> <itemString>"));
return true;
}

Expand Down Expand Up @@ -395,7 +395,7 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command cmd, @N
if (!hasPermission(sender, "give")) return true;

if (args.length < 3) {
sender.sendMessage(ColorUtils.getPrefix() + ColorUtils.color("&c/ce Give <Player> <itemString>"));
sender.sendMessage(ColorUtils.getPrefix() + ColorUtils.color("&c/ce bottle <Player> <storedAmount> <Amount>"));
return true;
}

Expand Down

0 comments on commit 79b8bf0

Please sign in to comment.