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

Question areashop buyable for a rank/Team only #513

Closed Marcofurio30 closed 5 years ago

Marcofurio30 commented 5 years ago

Desired behavior I have 2 "teams" on the same map, i need that only one team can buy an areashop in a worldguard region, and the other team in an other worldguard region. Is there a way do to this?

Your environment

mrcoffee1026 commented 5 years ago

If you have coreprotect installed as well and the rentals are handled by signs and not directly by commands... you can lock those signs and then /cmodify g:team_one_group and /cmodify g:team_two_group to the respective signs (assuming those two permission groups are the names you gave the teams) to accomplish this.

Marcofurio30 commented 5 years ago

I've installed CoreProtect but there is not /cmodify command ?

EDIT; plugin is Modern LWC. Thank you