Custom Heads

How to set Head Values

  1. Choose a menu file and open it.

  2. Find an item in the file and look for the head setting. If it's not there, you can add it.

  3. Set the desired head value using one of these formats:

    • For a Player Head: player->[Player Name]

    • For a Custom Texture: custom->[Minecraft URL]

Replace [Player Name] with the name of the player whose head you want to use, or replace [Minecraft URL] with the web address of the custom texture you want to apply to the head.

Player Head Example

item-builder:
  test-item:
    meta-builder:
      head: "player->xeRicker"

Custom Head Example

item-builder:
  test-item:
    meta-builder:
      head: "custom->eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVjYzVmZTI0MDY3YjJmZTZmM2NlNzIxZWYxZTBjMDYzOGQ1ZTcyNzUzYWMyZTFmNDhlMjRhYmI3YTdhYTQ4YSJ9fX0="

Last updated