NLthijs48 / AreaShop

A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
GNU General Public License v3.0
55 stars 89 forks source link

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

Open Zakota3223 opened 2 years ago

Zakota3223 commented 2 years ago

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

iiMilan commented 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:

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