Jump to content

Recommended Posts

Posted

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:

n1epN.png

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.

Posted

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?

Posted

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 :/

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...