Question [WorldGuard] How to allow players to claim land in certain existing regions?

Discussion in 'Bukkit Help' started by tylerash98, Dec 31, 2017.

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

    tylerash98

    Right now players can only /region claim in the default __global__ region. There are some server-defined regions I want players to be able to claim land in but it doesn't allow them because of the overlap. How can I set certain regions to bypass that restriction and allow players to claim land inside them? I am aware of plots but I want them to be able to /region claim anywhere in certain regions.
     
  2. Offline

    BooGaLoo90

    you need to give the regions priority. set global as rank 0, and all other regions to at least 1. that way your __global__ does not overlap your smaller regions. or if you want all __global__ flags to take priority, rank it higher than all regions. so give __global__ like 2342525 for example.

    read this for more help:
    https://worldguard.enginehub.org/en/latest/regions/priorities/
     
  3. Offline

    tylerash98

    Regardless of what priority I set the region as players are still given the overlap error message when they try to /region claim. I don't think it's that.
     
  4. Offline

    BooGaLoo90

    are they defining which region they are claiming ? for example "/region claim <regionID>"

    if you just type /region claim, and there are multiple regions, you will get that error.
     
Thread Status:
Not open for further replies.

Share This Page