Skip to content

Release 1.19.1

Latest

Choose a tag to compare

@tastybento tastybento released this 30 Jul 04:19
c6d853e

Warps 1.19.1 is a patch release that fixes a long-standing quiet spot in warp notifications and rounds out the automated publishing pipeline.

Bug Fixes

  • Sign owners are now notified when a warp falls back to the sign block — When no safe spot exists in front of a warp sign (common on ChunkBlock islands where signs sit at the platform edge with void in front), visitors were silently teleported onto the sign's block: no WarpInitiateEvent, no vanish check, and no "X warped to your warp sign!" message for the owner. The fallback now goes through the same completion path as a normal warp, so events, vanish handling, sound, and the owner notification behave identically wherever the visitor lands. The arrival yaw also now matches the sign's facing. [PR #165]

Other Improvements

  • Publishing to CurseForge and Hangar is now automated via GitHub Actions when a release is published, alongside the existing Modrinth workflow. [PR #160] [PR #161]
  • Added MC 26.1.2 to the Modrinth game-versions list. [PR #159]
  • Updated addon.yml: API version bumped to 3.12.0 and additional softdepend entries added for better load ordering.
  • Test dependency housekeeping: MockBukkit is now pinned to Maven Central 4.110.0 instead of a JitPack snapshot.

Compatibility

✔️ BentoBox API 3.12.0+
✔️ Minecraft 1.21.x
✔️ Java 21

Upgrading

  1. Stop your server.
  2. Replace the old Warps jar in plugins/BentoBox/addons/ with the new one.
  3. Restart the server. No config or locale changes are required.

What's Changed

  • Add MC 26.1.2 to Modrinth game-versions by @tastybento in #159
  • ci: add CurseForge publish workflow (publishes the release asset) by @tastybento in #160
  • ci: pin publish workflow to SHA and enable Hangar by @tastybento in #161
  • ci: bump pinned reusable workflow to fe4b1f0 by @tastybento in #162
  • ci: bump pinned publish-platforms.yml to ca2dcd1 by @tastybento in #163
  • ci: bump publish-platforms pin to the multipart-JSON fix by @tastybento in #164
  • Notify the sign owner when a warp falls back to the sign block by @tastybento in #165

Full Changelog: 1.19.0...1.19.1