#Need Help Guide on Config pls...

1 messages · Page 1 of 1 (latest)

tight sinew
#
  • Gadget Category Req: Level 5
  • Im Trying: Auto Access on Gadget when having Streamer Rank bypassing Level 5 Restriction
    material: IRON_INGOT
    slot: 26
    update: true
    hide_enchantments: true
    hide_attributes: true
    display_name: '&e&lGadgets Unlocked'
    lore:
      - ''
      - 'Required: &2DONE!'
      - '&e➥ Left-Click to open'
    priority: 1
    view_requirement:
      requirements:
        level:
          type: '>='
          input: '%luckperms_current_group_on_track_level%'
          output: '5'
    left_click_commands:
      - "[openguimenu] coinshop_Gadgets"

  'Gadgets':
    material: IRON_INGOT
    slot: 26
    update: true
    hide_enchantments: true
    hide_attributes: true
    display_name: '&e&lGadgets'
    lore:
      - ''
      - '&cRequirements: &c&lLevel 5'
      - '&e➥ Left-Click to open'
    priority: 2
    click_requirement:
      requirements:
        playtime:
          type: '>='
          input: '%coinsengine_balance_raw_levelxp%'
          output: '250'
          deny_commands:
            - "[message] &c&lLevels &8→ &7not enough Level XP!"
            - "[message] &c&lLevels &8→ &7You have &f%coinsengine_balance_rounded_levelxp%XP&7."
    left_click_commands:
      - "[openguimenu] coinshop_Gadgets"
    view_requirement:
      requirements:
        level:
          type: '=='
          input: '%luckperms_current_group_on_track_level%'
          output: '4'

  'Gadgets_locked':
    material: PAPER
    slot: 26
    update: true
    hide_enchantments: true
    hide_attributes: true
    display_name: '&e&lGadgets locked'
    lore:
      - ''
      - '&fRequired: &f%coinsengine_balance_rounded_levelxp%/250XP &a(%math_0_{coinsengine_balance_raw_levelxp}/250*100%%)'
      - ''
      - '&e➥ Left-Click to open'
    priority: 3
    click_commands:
      - "[message] &c&lLevels &8→ &7not enough Level XP!"
      - "[message] &c&lLevels &8→ &7You have &f%coinsengine_balance_rounded_levelxp%XP&7."```
#

Need Help Guide on Config