I want to limit where players can build?

Discussion in 'Bukkit Help' started by brannflakes101, Jul 19, 2013.

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

    brannflakes101

    I want to limit where my players can build. I have the plugin "SimpleRegionMarket" so people can buy plots, homes, apartments, rent hotel rooms, farms etc. But at the moment they can break anything and build anywhere - how do I limit them?

    Also, how do I make public areas for building/destroying. (Like public wheat and tree farms.)

    Simpleregionmarket uses WorldGuard by the way.
    Help is much appreciated!

    Brandon
     
  2. Offline

    chad53105

    do you have world guard and world edit installed as well? also, i am pretty sure the region has to be defined first. as for destruction in the world outside of a region, it is possibly due to the fact that the regions are not defined. if you create a __global__ flag of build = deny then your world is safe. however, how can one build a hotel or plot and make things if they cannot gather resources?
     
    obscurehero likes this.
  3. Offline

    brannflakes101

    I have public areas for farming etc. plus there's a "wild" for supplies. Oh and I have an issue... I use multiverse for the flatmap we're on and __global__ doesn't seem to be the right world region name. Any clue?
     
  4. Offline

    chad53105

    brannflakes101
    its __global__ that is _ _ g l o b a l _ _ without the spaces. it works fine for me.
    so:
    Code:
    /region flag __global__ build deny
    
    should be what you need.
     
  5. Offline

    obscurehero

    yep, use __global__ and then utilize region priority from there. Check out this for more help - http://wiki.sk89q.com/wiki/WorldGuard/Regions/Introduction#Priorities

    Also, SRM is good but tough for a whole server. Consider plugins like Towny that disable 'wilds' building and only allow building in towns and even just in rented plots. You can combine this with SRM, as well.
     
  6. Offline

    brannflakes101

    " /rg flag __global__ build deny" is what I've been using, but with no luck. Players can still build/destroy anything as if it was there own property. Mind coming on and checking it out? I'm dying to open up BETA.
     
  7. Offline

    chad53105

    pm me the IP and i'll give ya a hand.
     
  8. Offline

    obscurehero

    Did you reload your worldguard configuration? Also your testers are they allowed to bypass? That is, are they ops?
     
Thread Status:
Not open for further replies.

Share This Page