Solved World Guard and Group Manager

Discussion in 'Bukkit Help' started by GOPJ1, May 11, 2013.

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

    GOPJ1

    Hi, I'm trying to create a prison server and need help with my mine. Ok so I made a region covering the entire mine building so that it could be protected and not build proof. I then made another containing only the mine and set that region to a higher priority. I then did /rg addmember cblockmine g:default. My default group also has the group.default permission. Any suggestions? Please help!!!
     
  2. Offline

    np98765

    Moved to Bukkit Help.
     
  3. Offline

    Bobcat00

    Sorry, but I don't understand what you're trying to do or what the problem is. Can you explain it more clearly?
     
  4. Offline

    GOPJ1

    I have a region of world guard encased in another region. The larger region I don't want anybody building on but the smaller region I want them to be able to build. I made the smaller regions priority larger than the larger region. I also did the command /rg addmember cblockmine g:Default so that anybody in the group 'default' would be able to build. When I make myself the default group I don't have the permission to build in the smaller region.

    Here is my regions .yml file

    Blockcmine is larger and completely contains cblockmine.

    regions:
    blockcmine:
    type: cuboid
    min: {x: 62.0, y: 0.0, z: -458.0}
    max: {x: 139.0, y: 255.0, z: -387.0}
    priority: 0
    flags: {pvp: deny, enderman-grief: deny, construct: NONE, build: allow, mob-spawning: deny}
    owners:
    players: [gopj1]
    members:
    groups: [default]
    cblockmine:
    type: cuboid
    min: {x: 74.0, y: 54.0, z: -446.0}
    max: {x: 121.0, y: 72.0, z: -399.0}
    priority: 1
    flags: {build: allow}
    owners:
    players: [all]
    groups: [default]
    members: {}

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

    Bobcat00

    http://wiki.sk89q.com/wiki/WorldGuard/Regions/Flags
    You should probably also remove the 'build' flag from both regions.

     
  6. Offline

    GOPJ1

  7. Offline

    Iroh

    You need to set a parent region.
     
  8. Offline

    GOPJ1

    I did

    I got it :D

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

    Iroh

    Write what you did so people with the same issue who see your thread know what to do.
     
  10. Offline

    GOPJ1

    I just redid everything but here's what I did

    The smaller region I set the priority to 2 and set the parent as the larger region. After I added all the groups I wanted to be able to build to the member group using the command /rg addmember <region> g:<groupname> After I set the larger priority to 1.

    If you don't understand and need help with the same problem PM me.
     
Thread Status:
Not open for further replies.

Share This Page