RadBuilder / EmojiChat

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

Typing a heart on discord has a broken symbol character trailing it when translated in-game. #16

Open mibby opened 4 years ago

mibby commented 4 years ago

DiscordSRV v1.19.0-SNAPSHOT EmojiChat v1.8.3

When you use the heart emoji :heart: on discord, in-game displays an extra trailing symbol when it is translated. Other emojis seem to display fine.

Image courtesy of Andre_601 from Spigot forums. link

mibby commented 4 years ago

@Scarsz Could this possibly be a DiscordSRV issue since it's DiscordSRV that is relaying the message (discord emoji) to in-game?

Scarsz commented 4 years ago

DiscordSRV just sends what it's told. EmojiChat is telling it what to send.

mibby commented 4 years ago

But the message is coming from Discord though? The heart emoji translates and displays fine in-game when using EmojiChat as usual as an in-game translation feature. It's discord's heart emoji being sent in-game across the bridge that has the trailing symbol with it.

Unless it's a different type of heart that EmojiChat is trying to match it to? I'm not too sure, guess I have to wait until @RadBuilder returns.