ContinentRegions v2.1.0
ContinentRegions 2.1.0
Three new features on top of v2.0.0:
Added
- Region entry/exit notifications —
/continent notifytoggles chat alerts that tell you when you enter (» You entered <name>) or leave (« You left <name>) a continent. - In-game border rendering —
/continent border [id] [seconds]draws a continent's outline with coloured particles (the continent's own colour). Defaults to the continent you're standing in; duration 1–60s (default 15s). Only the portion near the player is drawn, so the cost stays bounded regardless of continent size. - Move-points editor mode — a new Move pts button in the BlueMap editor: click an existing vertex on the map to grab it, then click again to drop it — a quick way to drag outline points without the vertex list.
Internals: new PolygonGeometry.containsPoint (edge-inclusive ray cast) and ContinentService.continentAt(world, x, z) back the two new commands.
Install
Drop ContinentRegions-2.1.0.jar into your server's plugins/ (requires WorldEdit + WorldGuard; BlueMap optional). Full notes in CHANGELOG.md.
Full Changelog: v2.0.0...v2.1.0