arrmors_shop.yml

guis:
  armorsShop:
    displayname: '&a&lArmors Shop'
    size: 54
    empty_slots:
      id: 3
      material: STAINED_GLASS_PANE
    slots:
      10:
        material: LEATHER_CHESTPLATE
        displayname: '&aAll leather armor'
        price: 20
        click_action:
          type: BUY_ITEM
          run_action:
            - ''
          items:
            LEATHER_HELMET:
              amount: 1
            LEATHER_CHESTPLATE:
              amount: 1
            LEATHER_LEGGINGS:
              amount: 1
            LEATHER_BOOTS:
              amount: 1
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      12:
        material: CHAINMAIL_CHESTPLATE
        displayname: '&aAll chainmail armor'
        price: 50
        click_action:
          type: BUY_ITEM
          run_action:
            - ''
          items:
            CHAINMAIL_HELMET:
              amount: 1
            CHAINMAIL_CHESTPLATE:
              amount: 1
            CHAINMAIL_LEGGINGS:
              amount: 1
            CHAINMAIL_BOOTS:
              amount: 1
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      14:
        material: IRON_CHESTPLATE
        displayname: '&aAll iron armor'
        price: 100
        click_action:
          type: BUY_ITEM
          run_action:
            - ''
          items:
            IRON_HELMET:
              amount: 1
            IRON_CHESTPLATE:
              amount: 1
            IRON_LEGGINGS:
              amount: 1
            IRON_BOOTS:
              amount: 1
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      16:
        material: DIAMOND_CHESTPLATE
        displayname: '&aAll diamond armor'
        price: 250
        click_action:
          type: BUY_ITEM
          run_action:
            - ''
          items:
            DIAMOND_HELMET:
              amount: 1
            DIAMOND_CHESTPLATE:
              amount: 1
            DIAMOND_LEGGINGS:
              amount: 1
            DIAMOND_BOOTS:
              amount: 1
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      28:
        material: ENCHANTED_BOOK
        displayname: '&aUnbreaking I'
        price: 60
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'DURABILITY;1'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      29:
        material: ENCHANTED_BOOK
        displayname: '&aUnbreaking II'
        price: 75
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'DURABILITY;2'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      30:
        material: ENCHANTED_BOOK
        displayname: '&aUnbreaking III'
        price: 90
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'DURABILITY;3'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      31:
        material: ENCHANTED_BOOK
        displayname: '&aProtection I'
        price: 65
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'PROTECTION_ENVIRONMENTAL;1'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      32:
        material: ENCHANTED_BOOK
        displayname: '&aProtection III'
        price: 80
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'PROTECTION_ENVIRONMENTAL;3'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      33:
        material: ENCHANTED_BOOK
        displayname: '&aProtection IV'
        price: 120
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'PROTECTION_ENVIRONMENTAL;4'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      34:
        material: ENCHANTED_BOOK
        displayname: '&aThorns I'
        price: 110
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'THORNS;1'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      38:
        material: ENCHANTED_BOOK
        displayname: '&aThorns II'
        price: 160
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'THORNS;2'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'
      42:
        material: ENCHANTED_BOOK
        displayname: '&aThorns III'
        price: 270
        click_action:
          type: BUY_ARMOR_ENCHANT
          run_action:
            - 'THORNS;3'
        lore:
          - '&7Price: &a{PRICE} &7coins'
          - '&7Right click to buy item'

Last updated