Hi, not sure what I'm doing wrong but my player does not have the permission node 'ranks.upgrade.settler'
I do however, have the permission 'ranks.upgrade.dweller'
Instead of the message 'You already have a higher rank!' showing up, the 'You are currently this rank!' message is what's appearing.
What can I do to fix this?
requirements:
permhave:
type: '!has permission'
permission: ranks.upgrade.settler
deny_commands:
- '[message]&7You are currently this rank!'
noperm:
type: '!has permissions'
permissions:
- ranks.upgrade.dweller
- ranks.upgrade.local
- ranks.upgrade.elder
minimum: 1
deny_commands:
- '[message]&7You already have a higher rank!'```