Releases: Etoryx/ContinentRegions
Releases · Etoryx/ContinentRegions
ContinentRegions v2.1.1
ContinentRegions 2.1.1
A patch release fixing a long-standing editor bug, plus routine dependency bumps.
Fixed
- Editor link lost its token, leaving the editor panel empty.
/continent editorappended?token=…toeditor-url, but the shipped defaulteditor-urlended in#continent-editor, so the token landed in the URL hash fragment. BlueMap is a single-page app that rewriteslocation.hashon load, dropping the token before the editor addon reads it — so the panel never built (no buttons). The token is now inserted as a query parameter before any#fragment, and the defaulteditor.editor-urlis simplified tohttp://localhost:8100/. Fresh installs get a working editor out of the box. (#13)
Dependencies
org.xerial:sqlite-jdbc3.47.1.0 → 3.53.2.0 (#17)xyz.jpenilla.run-paper2.3.1 → 3.0.2 (#16, dev-only)- Gradle wrapper 9.5.1 → 9.6.0 (#15)
actions/checkout6 → 7 (#14, CI-only)
Install
Drop ContinentRegions-2.1.1.jar into your server's plugins/ (requires WorldEdit + WorldGuard; BlueMap optional). Full notes in CHANGELOG.md.
Full Changelog: v2.1.0...v2.1.1
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