UHCReloaded
  • Getting Started
  • 💡GENERAL USE
    • Commands
    • Permissions
    • Placeholders
    • Useful Links
    • FAQ
  • 🛠️SETTING-UP
    • Configuration
    • RGB Colors
    • Data & MySQL
  • 🪟MENUS & ITEMS
    • Item Structure
    • Event Triggers
    • Click Commands
    • Custom Heads
    • ❌Item Animations
Powered by GitBook
On this page
  • Specifying Type
  • Player Name Example
  • Custom Texture Example
  1. MENUS & ITEMS

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 1 year ago

🪟