[WorldGuard] How can I make children regions not inherit one flag from the parent.

Discussion in 'Bukkit Help' started by RefinedCode, Jun 30, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    RefinedCode

    I have a region that covers my entire world, and then inside that region there are hundreds of child regions. I set a bunch of flags in the world region, and they are all inherited by the parent region, which is great.

    I added a new flag to worldguard called buildcraft-can-build. I want to make it so that that flag is set to deny in the world region, but all the child regions will still have the default allow. Is there any way of doing this other than going through each child region and setting the flag to allow after the world has the deny flag?

    Thanks for any responses.
     
  2. Offline

    Kolugo

    RefinedCode
    If you don't want to manually edit each flag one by one, you can edit flags in /worldguard/worlds/<WORLDNAME>/<WORLDNAME.YML>

    but if it's set to allow by default, I don't see why you'd have to edit anything.
     
    RefinedCode likes this.
Thread Status:
Not open for further replies.

Share This Page