#Click Requirement | DeluxeMenu

1 messages · Page 1 of 1 (latest)

thorny bough
#

Would someone be able to assist me with why the person can still use the "click requirement" even those they do not contain the string mentioned?

  'rtp_end_available':
    material: PAPER
    model_data: 110007
    slots:
      - 22
      - 23
      - 24
      - 25
      - 26
      - 31
      - 32
      - 33
      - 34
      - 35
      - 40
      - 41
      - 42
      - 43
      - 44
    update: true
    hide_enchantments: true
    hide_attributes: true
    display_name: '&b&lᴇɴᴅ ᴡᴏʀʟᴅ'
    lore:
      - ''
      - '&bWorld Information:'
      - ' &8&l∙ &7Size: &f5k x 5k'
      - ' &8&l∙ &7Land Claiming: &fDisabled'
      - ' &8&l∙ &7Keep Inventory: &fDisabled'
      - ' &8&l∙ &7Pvp: &fDisabled'
      - ''
      - '&e➥ Left-Click to RTP'
    priority: 2
    click_requirement:
      requirements:
        claimed:
          type: string contains
          input: "%luckperms_inherits_group_10%"
          output: "yes"
          deny_commands:
           - "[message] &a&lRTP &8&l| &cYou are not the required level!"
           - "[refresh]"

    left_click_commands:
      - "[givepermission] betterrtp.*"
      - "[console] lp user %player_name% parent addtemp rtpend 60s"
      - "[player] betterrtp:rtp world playworld_the_end"
      - "[takepermission] betterrtp.*"
      - "[refresh]"

primal hollow
#

click_requirement is for click_commands

#

left_click_requirement for left_click_commands

thorny bough
#

Oh dammit, I forgot to remove the left_ part