Advertisement
xeRicker

UHCReloaded - kit-armorer.yml

Aug 10th, 2022 (edited)
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.17 KB | None | 0 0
  1. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  2. # ■ ░█─░█ ░█─░█ ░█▀▀█ ░█▀▀█ ░█▀▀▀ ░█─── ░█▀▀▀█ ─█▀▀█ ░█▀▀▄ ░█▀▀▀ ░█▀▀▄             ■
  3. # ■ ░█─░█ ░█▀▀█ ░█─── ░█▄▄▀ ░█▀▀▀ ░█─── ░█──░█ ░█▄▄█ ░█─░█ ░█▀▀▀ ░█─░█             ■
  4. # ■ ─▀▄▄▀ ░█─░█ ░█▄▄█ ░█─░█ ░█▄▄▄ ░█▄▄█ ░█▄▄▄█ ░█─░█ ░█▄▄▀ ░█▄▄▄ ░█▄▄▀ BY XERICKER ■
  5. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  6.  
  7. general-settings:
  8.   enabled: true
  9.   unique: false
  10.   name: "Armorer"
  11.   description:
  12.    - ""
  13.     - "{ITEM_LIST}"
  14.  
  15. icon-builder:
  16.   type: LEATHER_CHESTPLATE
  17.   glow: false
  18.   amount: 1
  19.   durability: 0
  20.   player-head: ""
  21.   custom-head: ""
  22.  
  23. unlock-settings:
  24.   coins-cost: 100
  25.   unlocked-by-default: false
  26.  
  27. equipment-builder:
  28.   0:
  29.     name: "&aLeather Helmet"
  30.     type: LEATHER_HELMET
  31.     amount: 1
  32.     durability: 0
  33.     apply-tags:
  34.      - "key;value"
  35.     apply-enchants:
  36.      - "PROTECTION_ENVIRONMENTAL;1"
  37.   1:
  38.     name: "&aLeather Chestplate"
  39.     type: LEATHER_CHESTPLATE
  40.     amount: 1
  41.     durability: 0
  42.     apply-tags:
  43.      - "key;value"
  44.     apply-enchants:
  45.      - "PROTECTION_ENVIRONMENTAL;1"
  46.   2:
  47.     name: "&aLeather Leggings"
  48.     type: LEATHER_LEGGINGS
  49.     amount: 1
  50.     durability: 0
  51.     apply-tags:
  52.      - "key;value"
  53.     apply-enchants:
  54.      - "PROTECTION_ENVIRONMENTAL;1"
  55.   3:
  56.     name: "&aLeather Boots"
  57.     type: LEATHER_BOOTS
  58.     amount: 1
  59.     durability: 0
  60.     apply-tags:
  61.      - "key;value"
  62.     apply-enchants:
  63.      - "PROTECTION_ENVIRONMENTAL;1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement