token-shop.yml
ManticHoes Configuration Files
title: Token Shop
layout:
- ' '
- ' abcde '
- ' x'
token-items:
- display-name: '&e&lToken Helmet'
skull: ''
lore:
- '&7Awesome Armour'
- ' '
- '&cCost: {cost}'
glow: true
material: DIAMOND_HELMET
durability: 0
key: a
price: 10
commands:
- give {player} diamond_helmet 1
- display-name: '&e&lToken Chestplate'
skull: ''
lore:
- '&7Awesome Armour'
- ' '
- '&cCost: {cost}'
glow: true
material: DIAMOND_CHESTPLATE
durability: 0
key: b
price: 10
commands:
- give {player} diamond_chestplate 1
- display-name: '&e&lToken Leggings'
skull: ''
lore:
- '&7Awesome Armour'
- ' '
- '&cCost: {cost}'
glow: true
material: DIAMOND_LEGGINGS
durability: 0
key: c
price: 10
commands:
- give {player} diamond_leggings 1
- display-name: '&e&lToken Boots'
skull: ''
lore:
- '&7Awesome Armour'
- ' '
- '&cCost: {cost}'
glow: true
material: DIAMOND_BOOTS
durability: 0
key: d
price: 10
commands:
- give {player} diamond_boots 1
- display-name: '&e&lToken Sword'
skull: ''
lore:
- '&7Awesome Sword'
- ' '
- '&cCost: {cost}'
glow: true
material: DIAMOND_SWORD
durability: 0
key: e
price: 10
commands:
- give {player} diamond_sword 1
- display-name: '&e&lTokens'
skull: ''
lore:
- '&7Balance: &f{tokens}'
glow: true
material: PAPER
durability: 0
key: x
price: 0
commands: []
Last updated