SpecialItems
How to add
specialItems:
- ==: me.sk8ingduck.friendsystemgui.util.SpecialItem # don't change this
item:
==: org.bukkit.inventory.ItemStack
v: 3465 # dataversion, used for compatibility between versions
type: PAPER # the item type
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: 'The display-name of the item'
lore:
- 'This will be the first line of the lore'
- 'This will be the second line of the lore'
- '... and so on'
custom-model-data: 3713 # If you want to use custom-model-data
slot: 21
playerCommand: true # if false the command will be run through the console
command: /tpa %SELECTED_PLAYER% # the command
- ==: me.sk8ingduck.friendsystemgui.util.SpecialItem # here begins the 2nd item
item:
==: org.bukkit.inventory.ItemStack
v: 3465
type: DIRT
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: 'Dont click me'
slot: 12
playerCommand: true
command: /kill %PLAYER% # :DLast updated