Disable pvp with worldguard

Discussion in 'Bukkit Help' started by bennie3211, Feb 7, 2013.

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

    bennie3211

    I have a question, is it possible to disable PvP in a world with worldguard? I have 2 worlds, a pvp and a nopvp world, and i want to use worldguard to disable the pvp in the nopvp world. So i can make a special arena in the nopvp world with a other region.

    Who knows how to do this?

    EDIT: Xd lol wrong topic, srry, i thought this was the 'help' forum xd
     
  2. Offline

    Abusivee

    I'll answer you anyways...

    Code:
    /rg flag __global__ pvp deny
     
  3. Offline

    bennie3211

    and this wont change the pvp settings in other worlds?
     
  4. Offline

    Abusivee

    I think it goes per world, but if you are having issues... I'd select a block and do

    //expand 50000 north, west, south, east
    //expand vert
    /rg define nopvp
    /rg flag nopvp passthrough allow
    /rg flag nopvp pvp deny

    Unless people run 50,000 blocks into any direction, pvp should be disabled.
     
  5. Offline

    TnT

    Moved to Bukkit Help.
     
Thread Status:
Not open for further replies.

Share This Page