Skip to content

Commit

Permalink
Use minimessage in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Oct 29, 2022
1 parent 97d167b commit ecff976
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -854,7 +854,7 @@ private static <T extends Enum<?>> T matchEnum(T[] values, String toMatch) {
return null;
}

private static final String COMMAND_FORMAT = "<7>/{{%s%s <7>- [[%s";
private static final String COMMAND_FORMAT = "<green>/{{%s%s <green>- [[%s";

// Logger for general errors.
private static final Logger logger = Logger.getLogger(CommandManager.class.getCanonicalName());
Expand Down

0 comments on commit ecff976

Please sign in to comment.