Unicode Emojis
Configure how emojis are read
Minecraft's font is not capable of showing emojis in the chat. Hence, by default, emojis are translated to their alias form, e.g. 😎 becomes :sunglasses:
.
If however, you know that your players' clients support Unicode emojis in their font, you can turn off this translation for everyone.
{
// ...
// True if emojis should be treated as unicode - useful if your players' client supports emojis
"useUnicodeEmojis": false,
// ...
}
Last updated
Was this helpful?