No pvp in certain area

Discussion in 'Archived: Plugin Requests' started by Deathfromace, Nov 3, 2011.

  1. Offline

    Deathfromace

    I am looking for a plugin that simply lets me turn pvp off in an area of my choosing. I have looked through all the plugins I can find and none of them let me do just that one thing. I don't want to alter if they can build things or tear things down. I just want pvp off...

    If I missed a plugin that does just that then thank you for posting it.
     
  2. Offline

    Pixel Bandit

    I know this can easily me done with WorldGuard although it has other functions I regard it as rather simple for what you plan on doing.

    http://dev.bukkit.org/server-mods/worldguard/

    You just create a region and add a no pvp flag to the region.
     
  3. Offline

    Deathfromace

    I was always under the impression worldguard was very server draining. Is that not true?
     
  4. Offline

    m5k

    get moar ram! I couldn't imagine any server without worldguard/edit.
     
  5. WorldGuard is the man for this job!
     
  6. Offline

    GamingSkell

    STAY ALIVE LITTLE THEARD!

    A Question, is it possbile to make allow PvP in a region without PVP is on in the propeties ?
     
  7. Offline

    md_5

    no. But you can make the global region pvp off
     
    GamingSkell likes this.
  8. Offline

    GamingSkell

    It means,
    Pvp is on True but,
    I select only regions where Pvp is allowed right ?
    How does it work ? Teach me Master.
     
  9. Offline

    ThatBox

    Set pvp on false.
    Then select where you want pvp on on Worldguard regions.
     
  10. Offline

    GamingSkell

    @ThatBox
    Thats how i tryed that.
    Selectet a region,
    save it as a region after that urm.. /region flag pvptest pvp allow right ?
    thats how i did it ? is there a fail in it ? it doesnt work @ me
     
  11. Offline

    c0mp

    You need to enable pvp in the server.properties file. Also make sure any multi-world plugins you're using has PVP enabled, at least in the world with the PVP region. Then you can:
    Code:
    /region flag __global__ pvp deny
    and then:
    Code:
    /region flag pvptest pvp allow
     
  12. Offline

    md_5

    Yep or
    just replace the first step with editing the config file.
     
    GamingSkell likes this.
  13. Offline

    c0mp

    Does that really work? I had previously tested TNT in a world where TNT explosions were disabled in the config file. I set a region's tnt flag to allow, but it still didn't modify the terrain within that region. Yet setting the config to allow TNT, the __global__ region to tnt deny and the small region to tnt allow did the trick. I assumed that PVP would be the same way, but I suppose we all know what assume does....
     
    GamingSkell likes this.
  14. Offline

    md_5

    Yeah, scratch that I think its buggy that way.
     
    GamingSkell likes this.
  15. Offline

    GamingSkell

    LOL haha i rofl me dead.
    Thanks :D
    Haha i tried it right now and i was standing in my test area and was crying why still i can hit my member xDD
     
  16. Offline

    Deathfromace

    I have enough ram just when I think worldguard I think massive plugin bogging down a server. Seems my perception is wrong on that.
     
  17. Offline

    c0mp

    WorldGuard doesn't really have much overhead. WorldEdit CAN cause lag/crashes, if you're using it to edit areas containing MILLIONS of blocks, so make sure you're aware of roughly how many blocks you're changing if you use those features. Other than that though, I wouldn't worry too much about the performance loss with those plugins, because there really isn't much.
     

Share This Page