Hey! I made a menu where player can equip kill effects and join effects without giving player command permission but I am facing a problem I tried both of these click requirements but still it’s not working
First try:
click_requirement:
requirements:
already_has:
type: '!has permission'
permission: 'animation.eliteanim-cadavercurse'
deny_commands:
- "[message] &fꐲ&#FF7575&l KILL EFFECTS &8┃ &fYou dont have &#FF7575permission!"
- "[close]"
Second try:
click_requirement:
requirements:
already_has:
type: '!has permission'
permission: 'EliteAnimations-In-CadaverCurse'
deny_commands:
- "[message] &fꐲ&#FF7575&l KILL EFFECTS &8┃ &fYou dont have &#FF7575permission!"
- "[close]"