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