# If you want to use custom skull skin in items, you need to make like this:
# material: SKULL_ITEM (or PLAYER_HEAD in 1.13+)
# data: 3 (If 1.13+ write 0)
# skull: hdb-100 (For HeadDatabase)
# skull: skin value (For custom skull skin)
items: # Item Setting in items.yml
COBBLESTONE: # Item's name for groups or buy & sell command.
material: COBBLESTONE # Item's material.
group: COBBLESTONE # Item's group for groups menu.
category: mining # Item's category for main menu.
data: 0 # Material data for items like glass or clay.
prices: # Default buy & sell prices
name: 'Cobblestone' # Item's name
color: '&f' # Color for item name, example item name etc.
durability: 100 # For items like pickaxe, sword. (OPTIONAL)
placeable: true # If it's false, you can't place this block to ground. (OPTIONAL)
lore: # Item's lore (OPTIONAL)
enchants: # Item's enchants (OPTIONAL)
- DURABILITY:10 # ENCHANT:LEVEL
flags: # Item's flags (OPTIONAL)
- HIDE_ENCHANTS # Will hide enchant names in lore.
tags: # You can add NBT tags for item. (OPTIONAL)
- ItemType:Special # Tag:String
normal: true # If it's true, you will get normal item without lore, name, enchants etc. (OPTIONAL)
stock: true # If it's true, you can only buy or sell maximum by total orders' count.
MMOItems: # You can use MMOItems too. (ONLY PREMIUM & OPTIONAL)
type: SWORD # Item's type
item: CUTLASS # Item's name
# You can add item or click commands too. (OPTIONAL)
# Usage: "type:command" (Types: console, player)
# Placeholders: %player%, %uuid%
buy: # Commands when you buy item.
- "console:say %player% you bought item!"
sell: # Commands when you sell item.
- "console:say %player% you sold item!"
left: # Commands when you left click to item.
- "console:say %player% you left click to item!"
right: # Commands when you right click to item.
- "console:say %player% you right click to item!"
model: 192031 # Custom model data for 1.14+. (OPTIONAL)
disableNBT: true # You can disable BazaarITEM nbt. (OPTIONAL)