Reimnop / Discord4Fabric

A beautiful Discord bot client for Fabric
MIT License
37 stars 20 forks source link

Minecraft avatar images not loading #91

Open DracoHero opened 11 months ago

DracoHero commented 11 months ago

Suddenly the avatar images stopped loading, I use webhook by the way I noticed that the website that uses the avatar icons is down, or so it seems

Captura de pantalla 2023-11-21 144122

NotFlow69 commented 11 months ago

SAME ISSUEE

Reimnop commented 11 months ago

You can change the avatar image service to another in the config

NotFlow69 commented 11 months ago

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?

Reimnop commented 11 months ago

Now.

DracoHero commented 11 months ago

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

Reimnop commented 11 months ago

You can try Visage

DracoHero commented 11 months ago

I don't know how I'm going to implement that, I need help, how can I talk to you? Do you have Discord?

agmccar commented 8 months ago

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.