AnthonyAMC / Old-Denizen-Scripts

All of my old, and now defunct, Denizen scripts.
9 stars 11 forks source link

dRegions: multi-cuboidal regions #82

Open mcmonkey4eva opened 7 years ago

mcmonkey4eva commented 7 years ago

A region should take advantage of Denizen cuboid engine to allow multi-parted regions!

IE, min|max|min|max|min|max|... in the cuboid def.

This is a native feature of Denizen, to support it you'd just remove the min/max tracking in favor of direct cuboid usage.

AnthonyAMC commented 7 years ago

It's been on the agenda for a long time. It will require a re-write to the relevant command handlers and data storage though (both of which are already underway). It will also require a multi-cuboid tool.

mcmonkey4eva commented 7 years ago

I figure you could just have a like select region /drg define myregion select secondary region /drg addarea region ... etc.