Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

AreaMarker holes

slava110 opened this issue ยท 2 comments

commented

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.

  • Additional context: I'm developing claims mod and I'd love to use this feature c:
commented

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.

commented

@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