GroupMoro
SmartItemCreator
SmartItemCreator
  • GETTING STARTED
    • Commands
    • Permissions
  • CREATE ITEMS
    • Items
    • Heads
    • Potions
Powered by GitBook
On this page
  1. CREATE ITEMS

Heads

This page describes how to create custom heads

PreviousItemsNextPotions

Last updated 2 months ago

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

It is the name we give to the object, which can then be called with the command: /smartitemcreator = custom_head

To create a custom head you will need to set the material to: PLAYER_HEAD

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)

OPTIONAL

Amount of heads that will be given to the player (default: 1)

OPTIONAL Name to apply to the head visible in game

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"

 custom_head:
material: PLAYER_HEAD
head_url: "http://textures.minecraft.net/texture/d8..."
amount: 1
display_name: "&a&lCustom Head"
lore:
  - "&eExample lore"
Minecraft Heads
Logo