diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index ac4fde8..7c095f6 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -249,7 +249,7 @@ public abstract class SWCommand { st.append("§7..."); } if (!subCommand.description.isEmpty()) { - st.append("§8 - §7").append(subCommand.description); + st.append("§8 - §7").append(message.apply(subCommand.description, sender)); } help.add(st.toString()); });