Skip to content
New issue

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

Hi, how can i make so only a group can buy a serten group of cells #597

Open
Zakota3223 opened this issue Jan 25, 2022 · 1 comment
Open
Labels
NEW New issue, needs to be classified Type: Support Request for support with configuration/setup

Comments

@Zakota3223
Copy link

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

  • Server platform (Bukkit, Spigot, etc.):
  • Server version: 1.8.9
  • AreaShop version: 2.6.0
  • WorldEdit version: 6.1.7;dd00bb1
  • WorldGuard version: 6.1.3-SNAPSHOT;c904242
  • Vault version: 1.7.3-SNAPSHOT;c904242

Your config files
Dont rly think this matters here

@Zakota3223 Zakota3223 added NEW New issue, needs to be classified Type: Support Request for support with configuration/setup labels Jan 25, 2022
@iiMilan
Copy link

iiMilan commented Jun 23, 2022

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 regions
  • areashop.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NEW New issue, needs to be classified Type: Support Request for support with configuration/setup
Projects
None yet
Development

No branches or pull requests

2 participants