Open Zakota3223 opened 2 years ago
You can set a limit in the config files if that is what you are looking for.
See these 2 perms for a bit of help:
areashop.limits.default (true)
- Gives you the group 'default' as limits for number of rent/buy/total regionsareashop.limits.
- Gives you the group with that name with the limits as specified in the config in the 'limitGroups' section You can use this for example in your config.yml:
limitGroups:
default:
total: 0
rents: 0
buys: 0
snowmand: #permissions node areashop.limits.snowmand
total: 1
rents: 1
buys: 1
Current behavior how can i make so only a group can buy a serten group of cells
Desired behavior i want so only people with rank "Snowmand" or has a permission to be able to buy/rent it, and noone else
Your environment
Your config files Dont rly think this matters here