Emojiful

Emojiful

19M Downloads

Chat emojis output wrong

YOYOK9 opened this issue ยท 11 comments

commented

Not sure if this is a bug, or really what to call it, But it looks like the chat output is off, Basically it shows the emoji but right after it shows the text of what the emoji is.
EX: :) in chat outputs
image
All other emojis do the same.
image

MC: 1.16.5
Forge: 36.0.46
Emojifull: 1.16.4-2.1.4

commented

Same for me :o

commented

I also have that bug

commented

still an issue on 1.18 with 3.0.1

commented

This happens on servers with changed chat formatting. Instead of "< Player > Message" chat looks like "Player: Message". Since ":" is a special symbol in Emojiful, parsing goes wrong.
Solution is very simple: add a config for specifying the Emojiful symbol. Or at least make one static field char SPECIAL = ':' to make it easier for others to edit.
I myself has replaced ":" with "!" for my server and it works fine.

commented

@Buuz135 This has been present for over a year and a half. Not a single comment on this Github. What's the status of fixing this bug? It essentially renders your mod useless.

commented

Should be fixed in my PR - waiting on a merge and then should be resolved. Sucks that it took this long for it to get fixed but, yeah.

commented

Nice !

commented

Very cool!