webbukkit / dynmap

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
https://www.reddit.com/r/Dynmap/
Apache License 2.0
2.06k stars 420 forks source link

AreaMarker holes #4076

Open slava110 opened 8 months ago

slava110 commented 8 months ago

Feature Description: Would be cool to be able to create holes inside AreaMarker. This is useful, for example, for claims if there is unclaimed area inside them.

Thodor12 commented 8 months ago

This is possible already, areas are just lines drawn on the map, so you draw the outer area first. Then on one of the points you draw a line from the outer area to one of the points in the inner area, you draw that shape, then navigate the line back to the outer area.

slava110 commented 8 months ago

@Thodor12 Won't this add visible line between inner are and outer area? And if you need to draw multiple of them they will need to be chained? That's inconvenient