#DeluxeMenus (open requierements)

1 messages · Page 1 of 1 (latest)

blissful escarp
#

I want the menu to check if any of these conditions are true, but it is only checking if the first condition is true, if the first one is not true, it does not care about the others and does not open

https://paste.helpch.at/elotiwicid.cs

tame tinsel
#

checkout some more of the syntax

  # This option is good for when you use minimum_requirements.
  # Instead of the plugin checking all the requirements,
  # it will stop when it has enough.
  stop_at_success: true
      # This option is only required if you
      # want ot use minimum_requirements:
      # Minimum requirements will only work
      # for the optional requirements
      optional: true

https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements

#

essentially: add optional: true to all your requirements

blissful escarp
#

I already try that

#

The menu Open with out checking any requirement

tame tinsel
#

Do you have the deluxemenus.openrequirement.bypass.* permission?

blissful escarp
#

i have it on false

tame tinsel
#

Send your updated file

#

ah minimum_requirements: '1'

#

might be it

#

shouldn't be a string, remove the ''

blissful escarp
#

oh

#

let me see

#

it's working

#

ty