Parse commands before putting them in template
This commit is contained in:
parent
70d26a2255
commit
f8ede610b2
|
|
@ -108,7 +108,7 @@ public class PartyCommand implements SimpleCommand {
|
|||
stringBuilder.replace(stringBuilder.length() - 1, stringBuilder.length(), "");
|
||||
|
||||
return Utility.parseMiniMessage(Config.PARTY_HELP_WRAPPER, List.of(
|
||||
Template.template("commands", stringBuilder.toString())
|
||||
Template.template("commands", Utility.parseMiniMessage(stringBuilder.toString()))
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user