
Minecraft avatar images not loading
DracoHero opened this issue ยท 8 comments
You can change the following variable in config/discord4fabric.json
:
from:
"avatar_url": "https://crafatar.com/avatars/%s?overlay"
to:
"avatar_url": "https://mc-heads.net/avatar/%s"
then use the command /discord4fabric reload
on the minecraft server.
That fixed it for me.
Crafatar no longer supports username lookup, evidently. It would work if it used player UUID instead of username, but i do not know what %foo% variable to use to get UUID into the url.
You can change the avatar image service to another in the config
tysm for the quick response, when is 1.20.2 version of the mod coming out?
You can change the avatar image service to another in the config
That's fine, but... I don't know many avatar image services websites, I would have to investigate and need help on that