[REQ] PVP Arenas

Discussion in 'Archived: Plugin Requests' started by gamingvortex, May 18, 2011.

  1. Offline

    gamingvortex

    Hey

    I was thinking and couldnt find a plugin which could block pvp on the whole server except from one area (a arena i have made) can someone please make this?

    Thanks
     
  2. Offline

    Giganox

    WorldGuard can do what you asking for.

    - Install WorldGuard
    - enable pvp in server.properties
    - block pvp for __global__
    Code:
    /region flag __global__ pvp deny
    - create a new region whith the WE-tool
    Code:
    /region define <id>
    - allow pvp in that area
    Code:
    /region flag <id> pvp allow
    Full list of region flags HERE
     
    gamingvortex likes this.
  3. Offline

    gamingvortex

    Awesome! THANK YOU SOOO MUCH. i know servers have it i just didnt think it was world guard or how to use it
     

Share This Page