config.yml

Shops:
  Messages:
    NotEnough: '&cYou do not have enough levels to purchase this!'
    Success: '&a&l+ %product-name%'
  MainMenu:
    Title: '&6&lEXP &e&lShop'
    Size: 3
    Items:
      1:
        Type: TRIPWIRE_HOOK
        Display-Name: '&6&lCrate Key &e&lTrades'
        Lore:
          - '&7Click to view the crate keys shop.'
          - ' '
        Enchanted: true
        Shop: 'Keys'
        Slot: 11
      2:
        Type: DIAMOND_CHESTPLATE
        Display-Name: '&6&lEquipment &e&lTrades'
        Lore:
          - '&7Click to view the equipment shop.'
          - ' '
        Enchanted: true
        Shop: 'Tools'
        Slot: 13
      3:
        Type: SPAWNER
        Display-Name: '&6&lValue &e&lTrades'
        Lore:
          - '&7Click to view the value shop.'
          - ' '
        Enchanted: true
        Shop: 'Value'
        Slot: 15
    Dummy-Item:
      Type: ORANGE_STAINED_GLASS_PANE
      Enchanted: false
      Display-Name: ' '
      Lore:
        - ' '
    # This is the back button for all shops to go back to main menu
    Shop-Back-Buttom:
      Type: ARROW
      Display-Name: '&e&l&m<--&f&l Back'
      Lore:
        - ' '
      Enchanted: true
  Shops:
    Keys:
      Title: '&6&lCrate Keys &e&lTrades'
      Size: 3
      Back-Buttom-Slot: 18
      Items:
        1:
          Type: TRIPWIRE_HOOK
          Display-Name: '&f&l1x &c&lRuby Crate Key'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&100 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 100
          Commands:
            - 'crates give %player% Ruby 1'
          Slot: 10
        2:
          Type: TRIPWIRE_HOOK
          Display-Name: '&f&l1x &b&lDiamond Crate Key'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l120 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 120
          Commands:
            - 'crates give %player% Diamond 1'
          Slot: 12
        3:
          Type: TRIPWIRE_HOOK
          Display-Name: '&f&l1x &d&lCrystal Crate Key'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l140 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 140
          Commands:
            - 'crates give %player% Crystal 1'
          Slot: 14
        4:
          Type: TRIPWIRE_HOOK
          Display-Name: '&f&l1x &a&lSpawner Crate Key'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l140 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 140
          Commands:
            - 'crates give %player% Spawner 1'
          Slot: 16
      Dummy-Item:
        Type: ORANGE_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '
    Tools:
      Title: '&6&lEquipment &e&lTrades'
      Size: 4
      Back-Buttom-Slot: 27
      Items:
        # Row 1
        1:
          Type: DIAMOND_HELMET
          Display-Name: '&f&l1x &b&lDiamond Helmet'
          Lore:
            - ' &7Protection IV'
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% diamond_helmet 1 unbreaking:3 protection:4'
          Slot: 10
        2:
          Type: DIAMOND_CHESTPLATE
          Display-Name: '&f&l1x &b&lDiamond ChestPlate'
          Lore:
            - ' &7Protection IV'
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% DIAMOND_CHESTPLATE 1 unbreaking:3 protection:4'
          Slot: 11
        3:
          Type: DIAMOND_LEGGINGS
          Display-Name: '&f&l1x &b&lDiamond Leggings'
          Lore:
            - ' &7Protection IV'
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% DIAMOND_LEGGINGS 1 unbreaking:3 protection:4'
          Slot: 12
        4:
          Type: DIAMOND_BOOTS
          Display-Name: '&f&l1x &b&lDiamond Boots'
          Lore:
            - ' &7Protection IV'
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% DIAMOND_BOOTS 1 unbreaking:3 protection:4'
          Slot: 13
        5:
          Type: DIAMOND_SWORD
          Display-Name: '&f&l1x &b&lDiamond Sword'
          Lore:
            - ' &7Sharpness 5'
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% DIAMOND_SWORD 1 sharpness:5 unbreaking:3'
          Slot: 14
        6:
          Type: GOLDEN_SWORD
          Display-Name: '&f&l1x &e&lGolden Sword'
          Lore:
            - ' &7Knockback I'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l40 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 40
          Commands:
            - 'give %player% GOLDEN_SWORD 1 knockback:1'
          Slot: 15
        7:
          Type: BOW
          Display-Name: '&f&l1x &a&lBow'
          Lore:
            - ' &7Power V'
            - ' &7Infinity I'
            - ' &7Flame I'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l60 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 60
          Commands:
            - 'give %player% BOW 1 Flame:1 Power:5 Infinity:1'
          Slot: 16
        # Row 2
        8:
          Type: ENCHANTED_BOOK
          Display-Name: '&f&l1x &e&lEnchanted Book'
          Lore:
            - ' &7Protection IV'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l40 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 40
          Commands:
            - 'give %player% enchanted_book 1 protection:4'
          Slot: 19
        9:
          Type: ENCHANTED_BOOK
          Display-Name: '&f&l1x &e&lEnchanted Book'
          Lore:
            - ' &7Feather Falling IV'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l40 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 40
          Commands:
            - 'give %player% enchanted_book 1 featherfalling:4'
          Slot: 20
        10:
          Type: ENCHANTED_BOOK
          Display-Name: '&f&l1x &e&lEnchanted Book'
          Lore:
            - ' &7Unbreaking III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l40 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 40
          Commands:
            - 'give %player% enchanted_book 1 unbreaking:3'
          Slot: 21
        11:
          Type: ENCHANTED_BOOK
          Display-Name: '&f&l1x &e&lEnchanted Book'
          Lore:
            - ' &7Depth Strider III'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l40 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 40
          Commands:
            - 'give %player% enchanted_book 1 depth:3'
          Slot: 22
        12:
          Type: CREEPER_SPAWN_EGG
          Display-Name: '&f&l1x &a&lCharged Creeper Egg &7(Throwable)'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l55 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 55
          Commands:
            - 'stellarcreepers give %player% Charged 1'
          Slot: 23
        13:
          Type: GOLDEN_SWORD
          Display-Name: '&f&l1x &e&lLightning Wand &7(100x usage)'
          Lore:
            - ' &7Knockback I'
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l50 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 50
          Commands:
            - 'lightningwand 100 %player%'
          Slot: 24
        15:
          Type: GOLDEN_HOE
          Display-Name: '&f&l1x &e&lSand Wand &7(100x usage)'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l50 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 50
          Commands:
            - 'sandwand 100 %player%'
          Slot: 25
      Dummy-Item:
        Type: ORANGE_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '
    Value:
      Title: '&6&lValue &e&lTrades'
      Size: 3
      Back-Buttom-Slot: 18
      Items:
        1:
          Type: SPAWNER
          Display-Name: '&f&l1x &6&lCreeper &e&lSpawner'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l120 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 120
          Commands:
            - 'ss give %player% CREEPER 1'
          Slot: 11
        2:
          Type: SPAWNER
          Display-Name: '&f&l1x &6&lBlaze &e&lSpawner'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l150 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 150
          Commands:
            - 'ss give %player% BLAZE 1'
          Slot: 13
        3:
          Type: SPAWNER
          Display-Name: '&f&l1x &6&lVillager &e&lSpawner'
          Lore:
            - ' '
            - '&7&l[&e&l!&7&l] &f&lCost: &e&l200 Levels'
            - ' '
            - '&7&o(( Click to purchase ))'
          Enchanted: true
          CostLevels: 200
          Commands:
            - 'ss give %player% VILLAGER 1'
          Slot: 15
      Dummy-Item:
        Type: ORANGE_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '

Last updated