shard-shop.yml

ManticRods Configuration Files

title: Shard Shop
layout:
- '         '
- '  abcde  '
- '        x'

shard-items:
- display-name: '&d&lShard 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: '&d&lShard 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: '&d&lShard 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: '&d&lShard 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: '&d&lShard 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&lShards'
  skull: ''
  lore:
  - '&7Balance: &f{shards}'
  glow: true
  material: PAPER
  durability: 0
  key: x
  price: 0
  commands: []

Last updated