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!

config/chatter/discord/theme.json5
{
	// ...

	/**
	 * 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}",

	// ...
}

You can disable this feature by setting the URL to null.

Examples

Last updated