WorldGuard: Allowing SOME Players

Discussion in 'Bukkit Help' started by kimb00p, May 10, 2012.

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

    kimb00p

    I've created a protected region that I have made into a "staff" area on my server and I want to include two other players besides myself and the other "owner".

    How can I allow build rights to just two other players to this protected area?
     
  2. Offline

    ZeroZX4

    /region addmember NICK
    /region addowner NICK
    /region removemember NICK
    to add or remove someone to build in that region or to set owner

    you better get familiar with parent child system

    world guard + world edit from start to end

    have 1 empty slot in action slot

    now type
    //wand
    so selecting tool will appear

    select with left and right click area/cuboid
    there is no difference which will be 1st left or right click

    //expand vert
    to stretch/rise size of selection from bedrock to sky (you dont need to do it if you protect deep and high enough)

    /region define NAME
    example
    /region define plot
    and puff area is protected no 1 except ops and users with
    - worldguard.*
    will be able to build there


    /region addmember NICK
    /region addowner NICK
    /region removemember NICK
    to add or remove someone to build in that region or to set owner


    now parent children system

    you now know how to make plots so you make 2 plots

    1 called hmm lets say zeroplot < a small plot for me where i can build in your server
    you need to
    /region addmember ZeroX4
    so i can build there

    now you make big plot called town < for example can be called anything else and it need to cover zeroplot so zeroplot is insinde twon plot

    now after you created it i wont be able to build in town plot area as well as in zeroplot cause you need to set parent and child

    /region setparent CHILD PARENT
    example
    /region setparent zeroplot town

    now i can build in zeroplot but i cant build outside of it in town plot

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

    kimb00p

    How will it know if I do /region addmember which region to add that player to?
     
  4. Offline

    ZeroZX4

  5. Offline

    thepolice

    i have the same problem and i add them but it still wont work
     
  6. Offline

    Me4502


    If you are talking about the build flag, don't set the build flag to deny, set it to none. Deny will deny it for even members, none will deny it for none members. Also, if there is another larger region at the same place, make sure to set the region priority of the region you added them to as a higher priority than the other one.
     
  7. Offline

    thepolice

    thanks mate didn't know that
     
Thread Status:
Not open for further replies.

Share This Page