RadBuilder / EmojiChat

A simple, configurable, opensource plugin that adds emojis to your chat!
https://emojichat.radbuilder.net/
MIT License
43 stars 31 forks source link

fix-emoji-coloring does not seem to function. #17

Open mibby opened 4 years ago

mibby commented 4 years ago

DiscordSRV v1.19.0-SNAPSHOT EmojiChat v1.8.3

# If you're using chat color plugins, this will remove the coloring for emojis to be displayed correctly.
fix-emoji-coloring: true

Emoji colors do not seem to get fixed when this setting is enabled. Tested with Essentials and ChatControlPro. Tried using Essentials' /me and /msg command with formatting being a different color by default (i.e. gray for /me) and ChatControl commands with color codes. The emoji retained the chat line's color.

RadBuilder commented 4 years ago

That option only works in normal chat messages (not commands). Does it work with normal chat messages? I can add an option to add white coloring to emojis used in commands, but it'll be a bit more challenging since I wouldn't know what the coloring of the message generated by the command (i.e. a /me) is.