[PermissionsEx & WorldGuard] Make group 'Admin' always owner of region?

Discussion in 'Bukkit Discussion' started by discoverdan, Nov 24, 2011.

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

    discoverdan

    How can I allow the PermissionsEx group 'Admin' to edit(build/remove) everything in a region, even if they're not on the owners list? If that makes sense..
     
  2. Offline

    saul100

    Try using:
    Code:
    worldguard.*
    That gives them access to all of WorldGuard.


    You can find a full list of permission nodes for WorldGuard here



    Other: For non-admins who need this power/ don't want to give admin permission to WG, You might want to include - Gives users ability to bypass region protection.
    Code:
    worldguard.region.bypass.<world> 
     
  3. Offline

    EmperorXing

    If you want, just do worldguard.* Since they're an admin, they should be able to bypass any region. But it's up to you.
     
  4. Offline

    discoverdan

    Thank you both, I love it when the answers are simple.
     
  5. Offline

    Jackster21

    if you want them to actually be down as the Owner of the region i believe you can do:
    Code:
     /rg addowner __global__ (admin name) 
    however thats probs wrong :D
     
  6. Offline

    jackks

    First solution is working. Adding owner to global region does not.
     
Thread Status:
Not open for further replies.

Share This Page