PunishmentGUI
Search
⌃K

Skulls in Menus

Overview

PunishmentGUI supports using skulls as menu items! You may do this via the built in spigot system, Skulls, or HeadDatabase.
This page references plugin versions: 1.0.9+

Spigot System Tutorial

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)
The first step is to set your item to SKULL_ITEM
material: "SKULL_ITEM"
Then you must set the durability/data value to 3
durability: 3
Then the final step is to add this
skullOwner: "Username Here"
Now you have setup your skull item!

Example Spigot System Item

item-1:
name: "&e&nFactions&b &7| &cSeason I"
material: "SKULL_ITEM"
skullOwner: "Noodles_YT"
durability: 3
slot: 12
amount: 1
glow: true
message:
enabled: false
text: "&eHello &b<player>!"
command:
enabled: true
#Put command without /
execute: "joinserver UHCGames"
action: ""
lore:
- ""
- " &7* &bVersion&7: &31.7.x - 1.14.x"
- " &7* &bOnline&7: &3{online-factions}"
- " &7* &bStatus&7: &3{status-factions}"
- " &7* &bIn-Queue&7: &3{queued-factions}"
- ""
- "&eClick to join the &b&lFactions &equeue&7."

Head Database Tutorial

Once you have bought and installed HeadDatabase the only step is to add:
skullOwner: "Username/ID Here"
You may find ID's on the head website.
Your material, amount, durability will be ignored as it's not needed for that item.

Example Head Database Item

item-1:
name: "&e&nFactions&b &7| &cSeason I"
material: "TNT"
durability: 0
head-database: true
skullOwner: "6569"
slot: 12
amount: 1
message:
enabled: false
text: "&eHello &b<player>!"
command:
enabled: true
#Put command without /
execute: "joinqueue factions"
action: ""
lore:
- ""
- " &7* &bVersion&7: &31.7.x - 1.14.x"
- " &7* &bOnline&7: &3{online-factions}"
- " &7* &bStatus&7: &3{status-factions}"
- " &7* &bIn-Queue&7: &3{queued-factions}"
- ""
- "&eClick to join the &b&lFactions &equeue&7."
Example HeadDatabase Result

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.

Skull System Tutorial

This is a free alternative to using HeadDatabase. Once you have downloaded and installed Skulls add:
skulls: true
skullOwner: "ID Here"
This is just like using HeadDatabase but just with the extra skulls: true added.