Added party chat help message

This commit is contained in:
2022-01-31 02:54:23 +01:00
parent 8d0ed326b5
commit 032d0e2bef
2 changed files with 3 additions and 0 deletions
@@ -104,6 +104,7 @@ public class PartyCommand implements SimpleCommand {
subCommands.stream()
.filter(subCommand -> source.hasPermission(subCommand.getPermission()))
.forEach(subCommand -> stringBuilder.append(subCommand.getHelpMessage()).append("\n"));
stringBuilder.append(Config.PARTY_HELP_CHAT).append("\n");
if (stringBuilder.length() != 0)
stringBuilder.replace(stringBuilder.length() - 1, stringBuilder.length(), "");