Skip to content

Commit

Permalink
fix: use legacy color codes in default format
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Nov 6, 2021
1 parent 7b1fbcb commit 20ab4f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
public class DefaultEmojiComponentProvider
implements EmojiComponentProvider {

private static final String DEFAULT_FORMAT = "<white><emoji> <gray>:<emojiname>: <#ff8df8>/emojis";
private static final String DEFAULT_FORMAT = ChatColor.WHITE + "<emoji> " + ChatColor.GRAY + ":<emojiname>: "
+ ChatColor.LIGHT_PURPLE + "/emojis";

private final ConfigurationSection config;

Expand Down

0 comments on commit 20ab4f4

Please sign in to comment.