ArenaLegends
  • GENERAL USE
    • Getting Started
    • Commands
    • Permissions
    • Placeholders
    • Common Questions
    • Troubleshooting
    • Useful Links
  • GUIDES
    • Games
    • Arenas
    • Round Builder
    • Augments
    • Anvil Stats
    • Shopkeeper
    • Resource Pack
    • Data & MySQL
  • MENUS
    • Item Builders
    • Event Triggers
    • Player Heads
    • Click Commands
  • DEVELOPER API
    • Creating Augments
      • Game Events
      • Simple Augment
Powered by GitBook
On this page
  • How to set Head Values
  • Player Head Example
  • Custom Head Example
  1. MENUS

Player 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: "uuid->fab1534e-4a48-472e-b1db-89e1f557d3ce"

Custom Head Example

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

PreviousEvent TriggersNextClick Commands

Last updated 10 months ago