SmallJoker / simple_protection

Minetest fixed-grid quadratic area protection mod with graphical area "minimap"
11 stars 6 forks source link

Support parallel running protection mods #13

Open SmallJoker opened 7 years ago

SmallJoker commented 7 years ago

The support for them is very poor right now and should be extended to allow server admins to use multiple protection mods for different area sizes or features.

This is a note to myself for the future development but PRs are always welcome ;)

BrunoMine commented 7 years ago

Sorry. I am very bad at understanding the English language. Are you referring to the streets?

SmallJoker commented 7 years ago

@BrunoMine No, this issue is about using multiple protection mods in one world. For example: simple_protection + areas, simple_protection + protector or even simple_protection + areas + protector (if "areas" and "protector" can be combined too). However, if this was possible, you could protect the spawn region with one large "areas" area and the players could use the 16x80x16 simple_protection areas to protect their houses.

BrunoMine commented 7 years ago

Are you referring to claiming protections within an area that is already protected (by other mods like "areas" and "protector")?

SmallJoker commented 7 years ago

@BrunoMine Yes. Also the other way: claiming an area in "areas" which is already claimed.

Beanzilla commented 2 years ago

This is a hard thing to handle, possible questions needing an answer too:

And more as they come up