DiscordSRV

DiscordSRV

86.8k Downloads

DiscordChatChannelEmojiBehavior 'name' option returns emoji instead of the name.

mibby opened this issue ยท 2 comments

commented

Expected behavior

DiscordChatChannelEmojiBehavior: "name" returning :emojiname:.

Actual behavior

Seems to return unicode / emojis, breaking plugins that rely on :name: sent in-game for translating to emoji, such as EmojiChat.

Steps to reproduce

  • Set DiscordChatChannelEmojiBehavior: "name" in config.
  • Send an emoji from bridged discord chat to in-game.
  • See emoji / unicode instead of :name:.

Server software and version

git-Paper-71 (MC: 1.18.1)

Checks

  • I am not using an outdated version of DiscordSRV.
  • I asked in DiscordSRV's Discord server to see whether this issue is in fact a bug that needs to be fixed.

Anything else

DiscordSRV-Build-1.24.1-SNAPSHOT-1f74136.jar

Discord ticket 6484-emoji-name-option for reference and full details.

commented

Fixed, will be available in the next version or development builds, https://snapshot.discordsrv.com

commented

Confirmed fixed, thanks!