gem-shop.yml

AfkZone Configuration Files

title: Gem Shop
layout:
- '         '
- '  abcde  '
- '        x'
enable-shop: true

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

Last updated