WorldGuard Help! Copying flags!?

Discussion in 'Bukkit Help' started by Shadow87, Apr 26, 2013.

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

    Shadow87

    So i have my parent region flags all setup the way i want.

    I want those flags to extend (copy/inherit) to all the child regions.

    How do i do that?

    From the wiki:
    So it must be possible, but when i set the new region as a child, it becomes a child but does NOT inherit the flags of the parent.

    Help!!!
     
  2. Offline

    TomYaMee

    /region setparent <regionname> <parentregionname>?
     
  3. Offline

    Shadow87

    Already did that, all regions are setup as child of the parent.

    But the flags don't carry over... If i have to manually set the flags every time... it's CRAZY.

    Must be a easier/quicker way!!!

    Anyone?

    I have it working for the main city + 1 village.

    All other villages, doesn't work.

    It's freaking frustrating, i even went as far as inputting it in the code itself, and still doesn't work!!!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  4. Offline

    GummyGum173

    Well, only thing I see is going to the config /plugins/worldguard.
    Locate the flags, copy them, and paste them in each other region.
     
  5. Offline

    Shadow87

    Yupp i tried that and made sure it was EXACTLY the way with the region that is working as intended.

    Didn't work.

    Tried to reload the config.

    Still didn't work.

    I'm very confused since it's such a basic code...

    My code:

    Code:
    #
    # WorldGuard regions file
    #
    # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
    # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
    # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
    # the contents of this file will reset. Please use a YAML validator such as
    # http://yaml-online-parser.appspot.com (for smaller files).
    #
    # REMEMBER TO KEEP PERIODICAL BACKUPS.
    #
    regions:
        capital:
            type: cuboid
            min: {x: -136.0, y: 0.0, z: -162.0}
            max: {x: 203.0, y: 255.0, z: 496.0}
            priority: 9000
            flags: {creeper-explosion: deny, lava-fire: deny, pvp: deny, tnt: deny, enderman-grief: deny,
                fire-spread: deny, construct: OWNERS, ghast-fireball: deny, mob-spawning: deny}
            owners:
                players: [bobeth323, ronan87]
                groups: [members]
            members: {}
        clifftown:
            type: cuboid
            min: {x: 523.0, y: 55.0, z: 176.0}
            max: {x: 672.0, y: 68.0, z: 510.0}
            priority: 0
            flags: {creeper-explosion: deny, lava-fire: deny, pvp: deny, tnt: deny, enderman-grief: deny,
                fire-spread: deny, construct: OWNERS, ghast-fireball: deny, mob-spawning: deny}
            owners:
                players: [bobeth323]
                groups: [ronan87]
            members: {}
            parent: capital
        skycity:
            type: cuboid
            min: {x: -862.0, y: 45.0, z: -907.0}
            max: {x: -408.0, y: 47.0, z: -518.0}
            priority: 0
            flags: {creeper-explosion: deny, lava-fire: deny, pvp: deny, tnt: deny, enderman-grief: deny,
                fire-spread: deny, construct: OWNERS, ghast-fireball: deny, mob-spawning: deny}
            owners:
                players: [bobeth323, ronan87]
                groups: [members]
            members: {}
            parent: capital
        windmill:
            type: cuboid
            min: {x: 325.0, y: 0.0, z: 325.0}
            max: {x: 353.0, y: 255.0, z: 360.0}
            priority: 0
            flags: {creeper-explosion: deny, lava-fire: deny, pvp: deny, tnt: deny, enderman-grief: deny,
                fire-spread: deny, construct: OWNERS, ghast-fireball: deny, mob-spawning: deny}
            owners:
                players: [bobeth323, ronan87]
                groups: [members]
            members: {}
            parent: capital
    
    Anyone? :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
Thread Status:
Not open for further replies.

Share This Page