SimpleGems
SpigotMCCraftaroModrinthBuiltByBit
  • SimpleGems Overview
  • Skulls in Menus
  • Custom Menu Item Data
  • How to create Shop Categories
  • DEFAULT CONFIG FILES
    • config.yml
    • menus.yml
  • CHANGELOGS
    • 2.0 - Changelog
    • 2.1 - Changelog
    • 2.2 - Changelog
    • 3.4 - Changelog
  • Main Wiki
Powered by GitBook
On this page
  • Overview
  • Spigot System Tutorial
  • Example Spigot System Item
  • Example Head Database Tutorial
  • Example Head Database Item
  • Example Skulls Head Database Tutorial
  • Example Skulls Head Database Item
  • Player Heads (Head Database)

Was this helpful?

Skulls in Menus

PreviousSimpleGems OverviewNextCustom Menu Item Data

Last updated 1 year ago

Was this helpful?

Overview

SimpleGems supports using skulls as menu items! You may do this via the built in spigot system or using / is a free alternative.

If the head appears as a steve or alex the Minecraft skin servers may be down, leave it for a few hours and check back later on. (When using spigot system only)

Spigot System Tutorial

The first step is to set your item to SKULL_ITEM

        material: "SKULL_ITEM"

Then you must set the durability/data value to 3

        data: 3

Then the final step is to add this

        skullOwner: "Username Here"

Now you have setup your skull item!

Example Spigot System Item

    item:
      material: SKULL_ITEM
      skullOwner: "Refracxx"
      data: 3
      name: "&dMagic Stick"
      lore:
        - "&7Be special and buy a stick for %cost% gem"
      message:
        enabled: true
        broadcast: true
        text:
          - "%prefix% &e%player% bought %item% &efrom &f/gemshop&e."
      commands:
        - "give %player% stick 1"
      cost: 1
      slot: 10

Example Head Database Tutorial

The only step is to add

     head-database: true
     skullOwner: "ID Here"

Your material, amount, durability/data will be ignored as it's not needed for that item.

Example Head Database Item

    item:
      material: DOUBLE_PLANT
      head-database: true
      skullOwner: "6569"
      data: 3
      name: "&dMagic Stick"
      lore:
        - "&7Be special and buy a stick for %cost% gem"
      message:
        enabled: true
        broadcast: true
        text:
          - "%prefix% &e%player% bought %item% &efrom &f/gemshop&e."
      commands:
        - "give %player% stick 1"
      cost: 1
      slot: 10

Example Skulls Head Database Tutorial

The only step is to add

     skulls: true
     skullOwner: "ID Here"

Your material, amount, durability/data will be ignored as it's not needed for that item.

Example Skulls Head Database Item

    item:
      material: DOUBLE_PLANT
      head-database: true
      skullOwner: "6569"
      data: 3
      name: "&dMagic Stick"
      lore:
        - "&7Be special and buy a stick for %cost% gem"
      message:
        enabled: true
        broadcast: true
        text:
          - "%prefix% &e%player% bought %item% &efrom &f/gemshop&e."
      commands:
        - "give %player% stick 1"
      cost: 1
      slot: 10

Player Heads (Head Database)

You may use this link to create a give code which should work in the same id section like normal;

If this does not work you may try manually adding it to the database;

Please note this form can take 2+ months to be processed. So you may not find it on the site tell then.

You may find ID's on the .

Example HeadDatabase Result

You may find ID's on the .

Example Skulls Result

Submit this form:

HeadDatabase
Skulls
head website
head website
https://minecraft-heads.com/player-heads/submit
Custom heads generator
Logo