config.yml

TokenShop:
  Messages:
    NotEnough: '&cYou do not have enough tokens to purchase this!'
    Success: '&a%product-name% Purchased Successfully!'
  MainMenu:
    Title: '&d&o» Token Merchant'
    Size: 3
    Items:
      1:
        Type: TRIPWIRE_HOOK
        Display-Name: ' &b&l» &bLootbox Key Trades'
        Lore:
          - ' '
          - ' &b&l » &bUnlock Powerfully lootbox''s with'
          - ' &b&l » &bkeys and lootbox''s purchases here!'
          - ' '
        Enchanted: true
        Shop: 'Keys'
        Slot: 10
      2:
        Type: DIAMOND_PICKAXE
        Display-Name: ' &c&l» &cFaction Tool Trades'
        Lore:
          - ' '
          - ' &c&l » &cUsing these tools your'
          - ' &c&l » &cfaction can rise to the top!'
          - ' '
        Enchanted: true
        Shop: 'Tools'
        Slot: 12
      3:
        Type: DRAGON_EGG
        Display-Name: ' &a&l» &aFactions Top Value'
        Lore:
          - ' '
          - ' &a&l » &aGrind mobs to help boost'
          - ' &a&l » &ayour factions FTOP value!'
          - ' '
        Enchanted: true
        Shop: 'Value'
        Slot: 14
      4:
        Type: PAPER
        Display-Name: ' &d&l» &dRank Vouchers'
        Lore:
          - ' '
          - ' &d&l » &dGain access to kits, perks,'
          - ' &d&l » &dand abilities without spending a dime!'
          - ' '
        Enchanted: true
        Shop: 'Ranks'
        Slot: 16
    Dummy-Item:
      Type: LIGHT_BLUE_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: '&b&m<==&b Go Back'
      Lore:
        - ' '
      Enchanted: true
  Shops:
    Keys:
      Title: '&b» Lootbox Key Trades'
      Size: 3
      Back-Buttom-Slot: 18
      Items:
        1:
          Type: TRIPWIRE_HOOK
          Display-Name: '&d&o1x Mythic Lootbox Key'
          Lore:
            - ' '
            - ' &d&l» &dCost: &n5000 Tokens'
            - ' '
          Enchanted: true
          Cost: 5000
          Commands:
            - 'cc give p %player% mythic 1'
          Slot: 10
        2:
          Type: TRIPWIRE_HOOK
          Display-Name: '&b&o1x Heroic Lootbox Key'
          Lore:
            - ' '
            - ' &b&l» &bCost: &n12,000 Tokens'
            - ' '
          Enchanted: true
          Cost: 12000
          Commands:
            - 'cc give p %player% heroic 1'
          Slot: 12
        3:
          Type: TRIPWIRE_HOOK
          Display-Name: '&c&o1x Demonic Lootbox Key'
          Lore:
            - ' '
            - ' &c&l» &cCost: &n20,000 Tokens'
            - ' '
          Enchanted: true
          Cost: 20000
          Commands:
            - 'cc give p %player% demonic 1'
          Slot: 14
        4:
          Type: ENDER_CHEST
          Display-Name: '&b&o1x Admin Lootbox Key'
          Lore:
            - ' '
            - ' &b&l» &bCost: &n40,000 Tokens'
            - ' '
          Enchanted: true
          Cost: 40000
          Commands:
            - 'mcrate give %player% admin 1'
          Slot: 16
      Dummy-Item:
        Type: LIGHT_BLUE_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '
    Tools:
      Title: 'Lootbox Key Shop'
      Size: 3
      Back-Button-Slot: 18
      Items:
        1:
          Type: TRIPWIRE_HOOK
          Display-Name: ' &c&l Lootbox Key Shop'
          Lore:
            - ''
          Enchanted: true
          Cost: 1000
          Commands:
            - 'cc give p %player% mythic 1'
            - 'bcast &c&l%player% just purchased a Mythic Lootbox key from soul shop!'
          Slot: 1
      Dummy-Item:
        Type: BLACK_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '
    Ranks:
      Title: 'Lootbox Key Shop'
      Size: 3
      Back-Buttom-Slot: 18
      Items:
        1:
          Type: TRIPWIRE_HOOK
          Display-Name: ' &c&l Lootbox Key Shop'
          Lore:
            - ''
          Enchanted: true
          Cost: 1000
          Commands:
            - 'cc give p %player% mythic 1'
            - 'bcast &c&l%player% just purchased a Mythic Lootbox key from soul shop!'
          Slot: 1
      Dummy-Item:
        Type: BLACK_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '
    Value:
      Title: 'Lootbox Key Shop'
      Size: 3
      Back-Buttom-Slot: 18
      Items:
        1:
          Type: TRIPWIRE_HOOK
          Display-Name: ' &c&l Lootbox Key Shop'
          Lore:
            - ''
          Enchanted: true
          Cost: 1000
          Commands:
            - 'cc give p %player% mythic 1'
            - 'bcast &c&l%player% just purchased a Mythic Lootbox key from soul shop!'
          Slot: 1
      Dummy-Item:
        Type: BLACK_STAINED_GLASS_PANE
        Enchanted: false
        Display-Name: ''
        Lore:
          - ' '

Last updated