Is there a way to check that the player is in 1 of 6 groups and also has enough money? The amount of money changes based on which group. I am currently checking if the player is in one of the groups with %luckperms_in_group% which works perfectly. Within the group is a meta tag that can be accessed to find the cost. Any suggestions?
#Nested Requirements?
1 messages · Page 1 of 1 (latest)
I use this:
is_staff:
type: "has permissions"
permissions:
- group.modo
- group.supermodo
- group.respstaff
- group.admin
- group.dev
- group.owner
minimum: 1
Thank you
i think type: "has permissions" having double quotes breaks the yaml syntax? maybe im wrong. but the double quote is only used when using an invert type like type: "!has permissions"
idk works fine on my server ^^