diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index d7ba5d8..1122554 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -217,6 +217,7 @@ public abstract class SWCommand { }); } sender.sendMessage("§7----==== §e" + command.getName() + " §7====----"); + sender.sendMessage("§eAliases§8:§7 " + String.join("§8,§7 ", command.getAliases())); help.forEach(sender::sendMessage); }