alex9849 / advanced-region-market

A Bukkit/Spigot plugin for renting/selling WorldGuard regions
https://www.spigotmc.org/resources/advancedregionmarket.58732/
69 stars 45 forks source link

Suggestion: Subregion priority change #108

Closed cantorthiagofelipe closed 2 years ago

cantorthiagofelipe commented 2 years ago

Subregions are created on the same priority of a region. it would be better if there was an option in the config to change the default priority, and also, a flag to insert a custom priority in a preset, or automatically increase 1 point in the priority of the created subregion

changing subregions priority manually is very bad

alex9849 commented 2 years ago

There is an option in your config.yml. This one: allowParentRegionOwnersBuildOnSubregions If it's set to true the parent region will be set as parent region in Workdguard. If not the priority of the subregion gets automatically set to 1 above the priority of the parent region.

cantorthiagofelipe commented 2 years ago

There is an option in your config.yml. This one: allowParentRegionOwnersBuildOnSubregions If it's set to true the parent region will be set as parent region in Workdguard. If not the priority of the subregion gets automatically set to 1 above the priority of the parent region.

I'll try it. Thanks!