Solved Using WorldGuard to define plots, isn't working for me!

Discussion in 'Bukkit Help' started by xAngelsThornx, May 12, 2012.

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

    xAngelsThornx

    Ok, so i've made a fairly big plot area, with many plots. When i went to test that they would work, it didn't work. Here's what i did. I'll say the area of all plots is PlotArea1, and the specific plot is Plot1

    1. /Region define Plot1
    2. /Region addowner Plot1 [Username]
    3. /Region setparent PlotArea1 Plot1

    Then i asked them to build on the plot, and on the path to test it, and they could still build on both! I'd really like help with this, because i intend to open the server to the public by the end of the weekend!

    Any ideas?



    The plugins i have installed are:
    Essentials
    EssentialsProtect
    ChatManager
    EssentialsSpawn
    EssentialsChat
    ModifyWorld
    WorldEdit
    WorldGuard
    ServerSigns
    PermissionsEx
     
  2. Offline

    ZeroZX4

    make 2 new regions somewhere and test it with it

    world guard + world edit from start to end

    have 1 empty slot in action slot

    now type
    //wand
    so selecting tool will appear

    select with left and right click area/cuboid
    there is no difference which will be 1st left or right click

    //expand vert
    to stretch/rise size of selection from bedrock to sky (you dont need to do it if you protect deep and high enough)

    /region define NAME
    example
    /region define plot
    and puff area is protected no 1 except ops and users with
    - worldguard.*
    will be able to build there


    /region addmember NICK
    /region addowner NICK
    /region removemember NICK
    to add or remove someone to build in that region or to set owner


    now parent children system

    you now know how to make plots so you make 2 plots

    1 called hmm lets say zeroplot < a small plot for me where i can build in your server
    you need to
    /region addmember ZeroX4
    so i can build there

    now you make big plot called town < for example can be called anything else and it need to cover zeroplot so zeroplot is insinde twon plot

    now after you created it i wont be able to build in town plot area as well as in zeroplot cause you need to set parent and child

    /region setparent CHILD PARENT
    example
    /region setparent zeroplot town

    now i can build in zeroplot but i cant build outside of it in town plot
     
  3. Offline

    xAngelsThornx

    Thankyou! I realise where i may have went wrong.

    I was setting "Owners" instead of "Member".
    And i was setting the surrounding region as the Child, and the plot as the Parent.

    I LOVE YOU! :p
     
  4. Offline

    ZeroZX4

    yea i know for me its retarded i did the same mistake as you

    1st come child than parrent it should be 1st parrent and than child as for it is same way we use items IDs for example 35:14 for red wool

    where 35 is parent ID and 14 is child data value the guy which made worldguard made many mistakes making that plugin
     
Thread Status:
Not open for further replies.

Share This Page