#I have a problem with deluxemenus, and it is that it does not recognize these requirements. even if

1 messages · Page 1 of 1 (latest)

radiant leaf
#
open_command:
  - proteccion
  - protection
  - vemoxprotection
  - protecciones
open_commands:
    - '[sound] block_beacon_activate'
size: 27
items:
  '1':
    display_name: " "
    material: gray_stained_glass_pane
    slots:
      - 0
      - 1 
      - 2 
      - 3 
      - 4 
      - 5 
      - 6 
      - 7 
      - 8 
      - 9
      - 10
      - 11
      - 12
      - 13
      - 14
      - 15
      - 16
      - 17
      - 18
      - 19
      - 20
      - 21
      - 22
      - 23
      - 24
      - 25
      - 26
  '2':
    display_name: "&6&lProteccion Basica"
    material: COAL_ORE
    slots:
      - 10
    lore:
      - '&aDa click para &badquirir!'
      - '&dPrecio: &6¡Gratis!'
      - '&7Area 8X8'
    click_requeriment:
      requirements: 
        has_not_perm:
          type: "!has permission"
          permission: deluxemenus.freeprotectionn
      deny_commands:
        - '[console] msg %player_name% &4Ya adquiriste una proteccion gratuita anteriormente!'
        - '[console] msg %player_name% &dCompra tu rango &bVIP &dpara desbloquear todas las protecciones!'
        - '[close]'
    click_commands:
    - '[console] ps give 8 %player_name%'
    - '[console] lp user %player_name% permission set deluxemenus.freeprotection true'
    - '[close]'
#

I have a problem with deluxemenus, and it is that it does not recognize these requirements. even if you have permission "deluxemenus.protection" Keep running right click commands

wind walrus
#

I have same problem

desert wharf
#
menu_title: '&f&l<———&a&lVemox&c&lProtection&f&l———>'
open_command:
  - proteccion
  - protection
  - vemoxprotection
  - protecciones
open_commands:
    - '[sound] block_beacon_activate'
size: 27
items:
  '1':
    display_name: " "
    material: gray_stained_glass_pane
    # slots: [0-26] <- this work too
    slots:
      - 0-26 # <- for shorter
  '2':
    display_name: "&6&lProteccion Basica"
    material: COAL_ORE
    slots:
      - 10
    lore:
      - '&aDa click para &badquirir!'
      - '&dPrecio: &6¡Gratis!'
      - '&7Area 8X8'
    click_requirement:
      requirements: 
        has_not_perm:
          type: string equals
          input: '%luckperms_has_permission_freeprotection' # must download luckperms expansion from placeholderAPI to make this placeholder work
          output: 'no'
      deny_commands:
        - '[console] msg %player_name% &4Ya adquiriste una proteccion gratuita anteriormente!'
        - '[console] msg %player_name% &dCompra tu rango &bVIP &dpara desbloquear todas las protecciones!'
        - '[close]'
    click_commands:
    - '[console] ps give 8 %player_name%'
    - '[console] lp user %player_name% permission set deluxemenus.freeprotection true'
    - '[close]'
#

try other requirement type @radiant leaf