#deluxemenus register command

1 messages · Page 1 of 1 (latest)

visual furnace
#

commands will always be registered for everybody

#

If you are looking to add a permission requirement to open your menu take a look at this

strong harnessBOT
#
FAQ Answer:
open_requirement:
  requirements:
    permission:
      type: has permission
      permission: deluxemenus.admin
      deny_commands:
        - "[message] &8[&bDeluxe&eMenus&8] &cYou don't have perms for this!"
visual furnace
#

99% sure that’s how all commands work

visual furnace
#

I can't speak for future plans but ATM any open_command you register have no perms attached to them (and no way to configure that) as the perm would be through the open_requirement

#

It's possible we add perms to registered commands, but most likely not judging by the current layout of things.

If registered commands were redone in the future then it could work it's way in, afaik it's a PITA