Skip to content

Releases: Etoryx/ContinentRegions

ContinentRegions v2.1.1

23 Jun 11:00

Choose a tag to compare

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

ContinentRegions v2.1.0

23 Jun 10:21

Choose a tag to compare

ContinentRegions 2.1.0

Three new features on top of v2.0.0:

Added

  • Region entry/exit notifications/continent notify toggles 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

ContinentRegions v2.0.0

14 Jun 17:42

Choose a tag to compare