World Gaurd not so guarding?

Discussion in 'Bukkit Help' started by IAnon, Feb 9, 2012.

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

    IAnon

    I just set up my spawn and all the spawn locations (I have to teams to spawn at 2 different places also owner spawn which is in the same "protected area")in one protected area but the problem is both members can destroy in spawn even tho it is "protected". Other areas work good but this one doesnt. Inside that protected area I have:
    2 Essentials Warp Signs
    3 spawn locations, Red Member Spawn, Blue Member Spawn, and Owner Spawn
    As well as signs and just random blocks for decorations. So whats the problem here why isnt World Guard guarding it?
    Heres my server log, doesn't really show anything as far as I know:
    Show Spoiler

    And heres my Essentials spawn.yml:
    Show Spoiler
    Code:
    spawns: 
      bluemember: 
        world: Skybattle
        x: -30.517287184265257
        y: 89.0
        z: 508.31845894532694
        yaw: 179.85008
        pitch: -1.2000294
      redmember: 
        world: Skybattle
        x: -38.45868968897355
        y: 89.0
        z: 508.47088017358095
        yaw: 178.95004
        pitch: -1.05003
      owner: 
        world: Skybattle
        x: -34.42716464927537
        y: 89.0
        z: 514.6954725416037
        yaw: 178.49995
        pitch: 1.949983
    

    And finally my worldguard regions.yml:

    Show Spoiler
    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:
      spawn:
        min: {z: 503.0, y: 87.0, x: -43.0}
        flags: {}
        max: {z: 515.0, y: 93.0, x: -28.0}
        priority: 0
        type: cuboid
        owners:
          players: [ianon]
        members: {}
      redbridge:
        min: {z: -24.0, y: 95.0, x: -128.0}
        flags: {}
        max: {z: -23.0, y: 95.0, x: -46.0}
        priority: 0
        type: cuboid
        owners: {}
        members: {}
      bluebridge:
        min: {z: -24.0, y: 95.0, x: -27.0}
        flags: {}
        max: {z: -23.0, y: 95.0, x: 55.0}
        priority: 0
        type: cuboid
        owners:
          players: [ianon]
        members: {}
    


    some help would be nice :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  2. Offline

    MrRedLogan

    did you make sure to //expand vert
    this expands the selection to all 128 levels of the map in the specified region.
     
    IAnon likes this.
  3. Offline

    IAnon

    Thanks solved the problem but I was sure I selected the whole area..Oh well thanks for the help :D
     
  4. Offline

    MrRedLogan

    no prob =)
     
Thread Status:
Not open for further replies.

Share This Page