Player Avatars
Show a player's avatar along with memorable messages
In some scenarios, it might make sense to show a player's avatar/skin with messages.
At present, the following events will take advantage of player avatars:
On player connect
On player disconnect
On player death
On proxied Minecraft commands
op
,deop
,ban
,kick
,kill
,whitelist
,teleport
,give
,gamemode
Minotar is not affiliated with this mod!
{
// ...
/**
* Template URL for retrieving Minecraft avatars, i.e. for used in embeds
* Use ${username} for the player's name, and ${size} for the height in pixels
*/
"avatarUrl": "https://minotar.net/helm/${username}/${size}",
// ...
}
Examples



Last updated
Was this helpful?