crystal-shop.yml

ManticSwords Configuration Files

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

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

Last updated