Custom Heads

The plugin supports custom item heads, as well as player-specific heads.

Specifying Type

  1. Open a menu file (UHCReloaded/menus/).

  2. Go to an item of your choice.

  3. Specify the type using the following formats:

    • Head from player name: player->[PLAYER NAME]

    • Head from custom texture: custom->[TEXTURE LINK]

Player Name Example

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

Custom Texture Example

item-builder:
  my-item:
    meta-builder:
      head: "custom->https://textures.minecraft.net/texture/[...]"

Last updated