xjjon88 Posted August 20, 2012 Posted August 20, 2012 Hey guys, Was wondering what your solutions to creating market plots which players can buy for money are. The current plugins I am using are Grief Prevention and WorldGuard, in terms of regions, etc. The way I want to have it setup is like this: So there is one large region for spawn, the inside is the market, and inside the market are the plots. I played around a little with SimpleRegionMarket which uses worldguard but it doesn't seem to work when I place the plots inside a larger region (spawn) that overrides anything I set to the smaller (plot) region. Any suggestions or remedies would be great! Thanks. Quote
Nentify Posted August 20, 2012 Posted August 20, 2012 Have you set the parents up properly? /rg par <plotName> market /rg par market spawn Quote
xjjon88 Posted August 20, 2012 Author Posted August 20, 2012 Yeah the parents are set properly, but still don't have permission to build. Doesn't the child inherit permissions from the parent? Meaning if build = deny for spawn, then market and plotname would be build=deny too? From what I read in the wiki, deny takes precedence over allow? Quote
Nentify Posted August 20, 2012 Posted August 20, 2012 You shouldn't use "build deny". No one can build in a region by default. Quote
xjjon88 Posted August 20, 2012 Author Posted August 20, 2012 The build flag is left default on all the regions. The steps I took when creating the regions are: (I removed the market region and just used the plots to simplify the steps to try and find the problem) /rg define spawn I also set a couple flags for the spawn region (mob-damage and mob-spawning). /rg define plot1 /rg par plot1 spawn /rg addowner plot1 xjjon88 /rg addmember plot1 xjjon88 But once I remove OP from myself, I can't build in plot1 :/ Quote
Nentify Posted August 20, 2012 Posted August 20, 2012 Try right clicking with string on the plot, what does it show? Can you paste your regions.yml file? Quote
xjjon88 Posted August 20, 2012 Author Posted August 20, 2012 spawn: type: cuboid min: {x: -329.0, y: 0.0, z: 115.0} max: {x: -82.0, y: 255.0, z: 408.0} priority: 0 flags: {exp-drops: deny, farewell: Leaving spawn..., greeting: Welcome to the Spawn!, mob-damage: deny, use: deny, mob-spawning: deny} owners: {} members: {} v1: type: cuboid min: {x: -231.0, y: 71.0, z: 332.0} max: {x: -217.0, y: 71.0, z: 346.0} priority: 100 flags: {} owners: players: [oninuva] members: players: [oninuva] parent: spawn I have a large grief prevention plot that is the same size as spawn, to prevent players from claiming in the spawn. But it is set to trust public, and is an admin plot. Quote
Nentify Posted August 20, 2012 Posted August 20, 2012 Both you're y co-ordinates are on the same level, did you remember to expand it? Quote
xjjon88 Posted August 20, 2012 Author Posted August 20, 2012 Oops, silly me. Thanks for the help, really appreciate it, can't believe I missed that. :P Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.