#how to use comparator requirement with placeholder api

1 messages · Page 1 of 1 (latest)

steep pier
#

when i use this it doesnt work

    view_requirements:
      requirements:
        has_points:
          type: ">="
          input: "%playerpoints_points%"
          output: 20

and also when i use this it will not load the menu

    view_requirements:
      requirements:
        has_points:
          type: ">="
          input: %playerpoints_points%
          output: 20

now i have tried this and it also didnt work

    view_requirements:
      requirements:
        has_points:
          type: '>='
          input: '%playerpoints_points%'
          output: '20'
tiny sluice
#

oh i m blind

#

it should be view_requirement not view_requirements remove the s