elBukkit / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
10 stars 10 forks source link

Fields contained together cant be broken #20

Open xtomyserrax opened 4 years ago

xtomyserrax commented 4 years ago

I ran into a problem today. Impossible to break the protections even for the owner.

image

Field 1: is the heart of the city Field 2: can only be placed in an area of the city, so this area or that of the heart

But here is if I do that, when I want to break field 2.2 I have the error message that we must first break field 2.1

And conversely if I want to break field 2.1, I have the error message that we must first break field 2.2

The problem in all of this is that I can't make a city that grows over time, and I can't find a solution with what exists in the plugin.

So I would like to know if there is something I missed that can unblock me.

Or add a way to do this to the plugin. Example: a list of fields that can be broken depending on the number of zones that protect it. This way it is always impossible to break field 2.1 but field 2.2 which is only protected by a field can be broken.

image

it's same fields and we can only put them in their zone but here they protect each other while the block field is not in the zone of the other.

https://imgur.com/a/4F8X4X4 https://imgur.com/a/4U3xnms https://pastebin.com/ACVJrX4p

by Frithy