Player Head Example
# FAQ
# Q) How can I deny the player's permissions?
# A) Use your permissions plugin like LuckPerms, You can run /lp user {player} permission set your_permission
# Q) Do I need everything in this config?
# A) No, You can view PlayerHead.yml for an example whereas much as possible can be removed.
###################################
# Items: Options
# Item: <ID:MD> - You can choose the item with its id and meta data.
# Amount: <Number> - Choose how many of the item you get.
# Name: <Name> - The display name that goes on the item.
# Lore: <Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
# <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with a "_".
###################################################################
# Firework Colors: #
# Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, #
# Navy, Olive, Orange, Purple, Red, Silver, Teal, White, Yellow #
###################################################################
voucher:
# The material.
item: 'player_head'
# The name of the item.
name: '<red>A player head example'
# The lore of the item.
lore:
- '<gray>Use this voucher to get fancy trims.'
- '<gray>(<gold>!<gray>) <gray>Right click to redeem.'
# You can find this on minecraft-heads
player: '1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e'
# Only uncomment this if using HeadDatabase by Arcaniax
# skull: '61151'
# If the item should glow or not.
glowing: true
settings:
color: ""
rgb: 122,33,57
# Any generic component for the Item.
components:
# Hides the entire tooltip.
hide-tooltip: false
# All options when they right-click it.
options:
# The message sent when they right-click it.
message: '<gray>Congratulations, you have yourself a fancy head.'
# The items to give when claiming the voucher.
items:
# Only uncomment this is using HeadDatabase by Arcaniax
#- 'Item:player_head, Skull:61151, Name:<red>A fancy head, Lore:<yellow>A fancy lore,<gray>with lines, Amount:3, Glowing:true'
- 'Item:player_head, Player:1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e, Name:<red>A fancy head, Lore:<yellow>A fancy lore,<gray>with lines, Amount:3, Glowing:true'