destruc7i0n / shulker

A Discord to Vanilla Minecraft Chat Gateway
ISC License
135 stars 47 forks source link

player head don't show up in discord as player #74

Closed BITS-US closed 2 years ago

BITS-US commented 2 years ago

Hey so when player type in minecraft and it show in discord but it a steve head and not the players. I found that I need to update the file "Discord.ts" line 323 "avatarURL = !!uuid ? https://minotar.net/helm/${uuid}/256.png : defaultHead;" or => "avatarURL = !!uuid ? "https://mc-heads.net/avatar/${uuid}/256/nohelm.png" : defaultHead;" and now it works. I don't know the site you have coded into the app don't work anymore.