Skip to content

ContinentRegions v2.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:00

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 editor appended ?token=… to editor-url, but the shipped default editor-url ended in #continent-editor, so the token landed in the URL hash fragment. BlueMap is a single-page app that rewrites location.hash on 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 default editor.editor-url is simplified to http://localhost:8100/. Fresh installs get a working editor out of the box. (#13)

Dependencies

  • org.xerial:sqlite-jdbc 3.47.1.0 → 3.53.2.0 (#17)
  • xyz.jpenilla.run-paper 2.3.1 → 3.0.2 (#16, dev-only)
  • Gradle wrapper 9.5.1 → 9.6.0 (#15)
  • actions/checkout 6 → 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