How do you make a region with world guard and allow special "pex" groups to enter?

Discussion in 'Bukkit Discussion' started by superblaze27, Nov 29, 2015.

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

    superblaze27

    Yo my name is Trenton and I'm a future server person! I'm gonna get a huge server but I'm having difficulties. I'm sure most of you if you have a sever or your friend does it even if you just host one on local host there is a 99.99% change you know what WorldGuard is. I'm using 6.0 of world guard on spigot idk. I made groups and regions for a prison sever. I don't know who to allow special ranks to go to their mine. Like for rank A I want them to only be able to go to mine a. Does anyone know how to allow special groups from pex to enter special region? THANKS :)
     
  2. Offline

    Mrs. bwfctower

    @superblaze27
    1. Create your region (/region define someRegion)
    2. Flag it with entry deny (/region flag someRegion entry deny)
    3. Add a group member (/region addmember someRegion g:[group])
    4. Flag it for non-members (/region flag someRegion entry -g nonmembers)

    Note that the [group] in step 3 isn't linked to a PEX group—you have to give them the permission of the group.
    For example, if the group is someGroup, you would give the PEX group you want to be able to enter the permission 'someGroup'.
     
  3. Offline

    superblaze27

  4. Offline

    Mrs. bwfctower

    No problem. Please mark this thread as solved.
     
  5. Offline

    superblaze27

    How do I mark it as solved?
     
Thread Status:
Not open for further replies.

Share This Page