PVP area plugin?

Discussion in 'Bukkit Discussion' started by Centribo, May 17, 2011.

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

    Centribo

    Is there a plugin that only allows PVP in certain areas that admins can define? I want to have an arena on my server, but I don't want to have my players have the ability to kill each other outside of the arena.
     
  2. Offline

    Jeyge

    I think there are a few PvP plugins out there or you can set up the regions in WorldGuard. If you want to use WorldGuard, you will need to enable PvP in your server.properties and then do the following:
    • /region flag __global__ pvp deny
    • /region define pvparea (after you select the area you want to have the arena in)
    • /region flag pvparea pvp allow
    This should set up a PvP area for you.

    FYI - there have been some reports that this doesn't work if your arena is in another region even if you set the other region as the parent.
     
  3. Offline

    Centribo

    That works so far, but health regen still is enabled, is there a way to disable it? (I have mobs turned off)
     
  4. Offline

    Jeyge

    You can turn mobs back on in your server.properties file and turn it off in WorldGuard by doing "/region flag __global__ mob-spawning deny".
     
  5. Offline

    Centribo

    Yep I did that, it worked, but I want it to regen hp when you are NOT in the pvp area. I tried tinkering with "/region flag __global__ healing-delay x" (x being a random number that I can't explain)
    but it never healed me or my test player. I also tried "healing-amount"

    Sorry, I know this is a pain... -_-

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  6. Offline

    Jeyge

    WorldGuard has the ability to do the healing but that flag isn't currently working. :( I'm not sure of another way to do it.
     
Thread Status:
Not open for further replies.

Share This Page