hypherionmc / sdlink

A simple to use Minecraft to Discord Chat linker with Whitelisting
MIT License
22 stars 7 forks source link

Chat heads not embedding into Discord despite config #124

Closed larrymaple closed 3 weeks ago

larrymaple commented 1 month ago

Minecraft ver. 1.21.1 Fabric ver. 0.16.5 Mod ver. 3.1.6 (downloaded from here)

The following config entry has been set:

#The type of image to use as the player icon in messages. Valid entries are: AVATAR, HEAD, BODY, COMBO
    playerAvatarType = "HEAD"

And yet when a player chats in-game, there is no icon in the correlated discord server showing that player's head. Everything else is working fine.

image

Please let me know if further information is required. Thank you.

hypherionmc commented 1 month ago

Player heads only work in Webhook mode, and when using embeds.

What you are using here is standard bot messages. Discord does not provide a way to dynamically change the bot icon

larrymaple commented 1 month ago

Thank you, I will swap to that mode immediately.