Heads
This page describes how to create custom heads
items.yml
items:
custom_head:
material: PLAYER_HEAD
head_url: "http://textures.minecraft.net/texture/d8..."
amount: 1
display_name: "&a&lCustom Head"
lore:
- "&eExample lore"
Entries
Descriptions
custom_head:
It is the name we give to the object, which can then be called with the command: /smartitemcreator = custom_head
material: PLAYER_HEAD
To create a custom head you will need to set the material to: PLAYER_HEAD
head_url: "http://textures.minecraft.net/texture/d8..."
In the "head_url" entry you will have to insert the link of a texture to apply to the head (Go to the bottom of the page for more information)
amount: 1
OPTIONAL
Amount of heads that will be given to the player (default: 1)
display_name: "&a&lCustom Head"
OPTIONAL Name to apply to the head visible in game
lore:
- "&eExample lore"
OPTIONAL: Lore to be applied to the visible head in game
You can get head textures from the site:
Search and select the desired head
Scroll down the page and copy "Minecraft URL"
Last updated