#Placeholder requirement (DeluxeMenus)

1 messages · Page 1 of 1 (latest)

tight cave
#

Hello I have a problem with DeluxeMenus plugin.
I have points placeholder and I want to create points shop. But requirement for clicking is not doing anything. Do you have any ideas what can be wrong?

left_click_requirement:
        points_balance_check:
          type: '>='
          input: '%playerpoints_points%'
          output: 40
          deny_commands:
            - "[message] &cYou don't have enough points to buy this perk!"
jolly bronze
#
left_click_requirement:
  requirements:
    points_balance_check:
      type: '>='
      input: '%playerpoints_points%'
      output: 40
      deny_commands:
      - "[message] &cYou don't have enough points to buy this perk!"```
#

in short, you're missing the requirements:

tight cave
#

Oh, thank you ❤️

#

It's still not working 🙄

river kite
#

does /papi parse me %playerpoints_points% return your points in chat correctly?

#

and what's your DeluxeMenus version?

#

and send your full menu just in case to make sure the indentation is correct

tight cave
#

I tried changing type to javascript but it still doesn't work

river kite
#

can you send a screenshot of what the placeholder returns exactly?

#

config seems fine, so the only issue I could see would be from the placeholder