[Plugin Request] Allow Only Certain Ranks To Enter WorldGuard Regions Without adding individuals

Discussion in 'Archived: Plugin Requests' started by davidrun11, May 10, 2012.

  1. Offline

    davidrun11

    Hello, I was wondering if there is any plugin, or if someone can make a plugin so that you can set it so that only certain ranks can go in a certain WorldGuard region, without having to add they players every time they rank up. I know you can set the flag as entry deny, but how can I set it for the rank. I have PermissionsEx for my permissions.
    Thanks
     
  2. Offline

    Wundark

    You can set Groups for the 'Entry' flag. I seam to remember it being.

    Code:
    g:GROUPNAME
    For example, "g:Admin" would only allow the group Admin to enter.
     
  3. Offline

    schilligb741

    Help pls! I do not understand!
     
  4. Offline

    timtower Administrator Administrator Moderator

    schilligb741 davidrun11
    Code:
     
    Example:
     
    /rg flag <region_ID> entry deny
     
    /rg flag <region_ID> entry -g nonmembers
     
    Deny entry to anyone who is not a member (or owner).
     
     
    /rg flag <region_ID> exit deny
     
    /rg flag <region_ID> exit -g nonowners
     
    Deny exit to anyone who is not an owner.
     
     
    /rg addmember <region_ID> g:Builder
     
    /rg addowner <region_ID> g:VIP
     
    Add the "Builder" group to members and the "VIP" group to owners.
     
     
    Thus, only Builders and VIPs would be able to enter, and only VIPs would be able to exit. All other groups would be denied entry.
    http://wiki.sk89q.com/wiki/WorldGuard/Regions/Flags
     
    andrewabosh likes this.

Share This Page