WorldGuard Region PvP Flag Not Working

Discussion in 'Bukkit Help' started by MakeMeBacon, Mar 3, 2014.

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

    MakeMeBacon

    When I flag my spawn region as pvp deny, players can still pvp.

    regions:
    __global__:
    type: global
    priority: 0
    flags: {pvp: allow}
    owners: {}
    members: {}
    spawn:
    type: cuboid
    min: {x: 0.0, y: 96.0, z: -19.0}
    max: {x: 0.0, y: 125.0, z: 19.0}
    priority: 1000
    flags: {pvp: deny, invincible: allow}
    owners: {}
    members: {}
     
  2. Offline

    jb42300

    um just incase do this if u havent i have a second solution if this dosent work for u still
    /rg flag spawn pvp deny
     
  3. Offline

    MakeMeBacon

    jb42300 Yes I have already done this
     
  4. Offline

    jb42300

    ok then you mite need to update and delete world guard.jar and the folder then get back to me :D
     
  5. Offline

    MakeMeBacon

    jb42300 Already did that today.
     
  6. Offline

    jb42300

    lol

    Before u define the area did u do //expand vert
     
  7. Offline

    C0lA_K1nG

    Set the priority of the region. /Region setpriority {region name} 50
    Although you can set a custom amount instead of 50.
     
  8. Offline

    MakeMeBacon

    I set the priority to 50 and did //expand vert. Still nothing.
    http://gyazo.com/0d5a0c453ad881f905d3bb9dba7d03ef
    Spawn Picture ^
    My spawn at one point is lower than the middle. In that little area pvp is not allowed but one the other levels where you can fall off the edge, pvp is allowed
     
  9. Offline

    C0lA_K1nG

    Have you set a parent and child region for that? Have the parent be the arena and the child be the inner part where you don't want PVP and for the parent make sure the flag is allow PVP and the child one deny PVP

    And to claim the parent if you just want the stone areas make sure your wand is set to poly (//wand poly)
     
  10. Offline

    fafler

    The dimensions are screwed up. Both x coordinates are 0, so the region is only a single block wide.
     
  11. Offline

    C0lA_K1nG

    ^ Ah yes he's right I skipped over that part whoops reselect the area and redo the flags.
     
  12. Offline

    MakeMeBacon

    So I dont need to do the parent thing?
    I dont understand how to fix my dimensions now.
    C0lA_K1nG
    fafler
     
  13. Offline

    bobin17231

    Hey @MakeMeBacon the thing you posted is for global. make a new region first with first by hightlight with world edit then //expand vert then /rg define spawn then do /rg flag spawn pvp deny then it should be good. if that doesnt work please reply to me and i will come on your server and take a look at it.
     
  14. Offline

    MakeMeBacon

    bobin17231 I did exactly that. Its not public until im done, im running on hamachi and I dont want to take the chance of a DoS
     
  15. Offline

    bobin17231



    New



    regions:
    __global__:
    type: global
    priority: 0
    flags: {pvp: allow} <---- fix this
    owners: {}
    members: {}
    spawn:
    type: cuboid
    min: {x: 0.0, y: 96.0, z: -19.0}
    max: {x: 0.0, y: 125.0, z: 19.0}
    priority: 1000
    flags: {pvp: deny, invincible: allow}
    owners: {}
    members: {}
     
  16. Offline

    MakeMeBacon

    I fixed this but the issue still remains

    fafler
    C0lA_K1nG
    What did I do wrong with the dimensions?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  17. Offline

    fafler

    MakeMeBacon

    You made a 2 dimensional region. Think of the region as a 3 dimensional cube and define two opposite corners of it, it could be the lower north/western corner and the upper south/eastern corner of the region.
     
  18. Offline

    MakeMeBacon

    I have a square spawn and I selected the two opposite corners then did //expand vert
     
  19. Offline

    C0lA_K1nG

    Make sure you make the square selection the parent and the smaller section where you do not want PVP to be enabled the child. After that set the priority of the child to 50 (/rg setpriority {Child Region Name} 50) and then flag the child region as PVP deny and the parent region as PVP allow
     
Thread Status:
Not open for further replies.

Share This Page