Hey! I have made a small pets shop menu in deluxe-menu and it work fine with requirement like the player has 1 million dollar,they can buy the pet and if they don’t then deluxe-menu sends a deny message. But i want to set a permission so if a player already owns a pet they get a deny message.
I am using this click requirement syntax:
click_requirement:
requirements:
permission:
type: has permission
permission: mcpet.pet_paladin
deny_commands:
- “[message] &#FFDCA6&lPET SHOP &8| &fYou already own this pet! &#FF0000/pets&f to equipe”
But its not working. Please let me know if its my skill issue or there is some other way.