We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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)
areashop.limits.
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: