Player Avatars
Show a player's avatar along with memorable messages
{
// ...
/**
* 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}",
// ...
}{
// ...
/**
* 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": null,
// ...
}Examples



Last updated