For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Heads

This page explains the settings for adding custom heads in the AdvancedItems plugin. Custom heads allow for personalized player or item skins to be displayed on items.

item:
  type: PLAYER_HEAD
  head: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODExNTc1MDc3Y2UyNWJmNzY4NDQ2YzM2NGNlOWQzOWI5MDdjZmE0OWNlZWFmN2ZkZTVlYzA3NjUxNjA5Zjg5MCJ9fX0= #base64
  amount: 1
  # You can generate random names for items
  # Read more about it here in wiki:
  name: '&aCOOL HEAD'
  lore:
    - '&fEverlasting head'
  force-glow: true

A custom head is an item with a unique skin that can be applied to any item by using a base64 value.

Last updated