Worldguard access and groupmanager.

Discussion in 'Bukkit Help' started by Battleroar, Apr 17, 2013.

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

    Battleroar

    Hey!

    I'm trying to make a VIP area on my server. I have set up, so people who are not members of the region can't enter it. I got a "VIP" rank in groupmanager, and I would like all people with that rank, to be able to enter the region, without me needing to manually adding them as a member. Is this possible? And if it is, how?

    Thanks
     
  2. Offline

    zipfe

    You can make permission groups owners (or members) of a region, like this:
    Code:
    /region addowner MyRegion g:VIP
    VIP being a group in your permissions.
     
  3. Offline

    TheOnlyRealTGS

    Notice:
    This wont do anything before you add the permission
    Code:
    group.VIP
    to your VIP group
     
Thread Status:
Not open for further replies.

Share This Page