robotPlayer Heads

๐Ÿงญ Overview

Player heads can display custom textures or mimic specific players. These are applied to items using the head field in the item-builder.


๐Ÿ›  Format

Type
Format
Description

Player Name

player->[NAME]

Uses the skin of a Minecraft player (e.g., player->Notch).

UUID

uuid->[UUID]

Uses a player head based on UUID (e.g., uuid->e156...).

Custom Texture

custom->[BASE64]

Uses a custom head texture value.


๐Ÿ’ก Examples

๐Ÿ”น Player Head

meta-builder:
  head: "player->Notch"

๐Ÿ”น UUID Head

meta-builder:
  head: "uuid->fab1534e-4a48-472e-b1db-89e1f557d3ce"

๐Ÿ”น Custom Texture Head

circle-exclamation

Last updated