Skip to content

Releases: BentoBoxWorld/Warps

Release 1.14.0

12 Jan 22:41
5cca037
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0.
✔️ Minecraft 1.20.4
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

New Contributors

Full Changelog: 1.13.0...1.14.0

Release 1.13.0

17 Apr 06:09
4ae619c
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.23.0.
✔️ Minecraft 1.19
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

New Contributors

Full Changelog: 1.12.0...1.13.0

Release 1.12.0

17 May 09:37
Compare
Choose a tag to compare

Note

This version reformats some code structures. API is not compatible with the older version.

Compatibility

✔️ BentoBox API 1.18.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Changes

  • Fix null player on removeWarp by @HSGamer in #100
  • 🔡⚙️🔺Add customizable user panels.
  • 🔺AddonManagers are moved to a separate package. (equalize structure between all bentobox addons)

Full Changelog: 1.11.2...1.12.0

Release 1.11.2

31 Dec 23:38
d93f060
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Changes

Full Changelog: 1.11.1...1.11.2

Release 1.11.1

09 Aug 01:37
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Changes

  • 🔡 Added Vietnamese (#95) (commit: 9db549e)
  • 🔺Java 16 Minecraft 17 (commit: afec2f5)

Bug Fixes

  • Run offlinePlayer code async to avoid blocking IO (commit: dcd5bd1)
  • Fixes sync errors and blank warps (commit: 7fbe4b5)
  • Fix PVP message when teleporting to an island. (commit: 9333265)

API Changes

  • Deprecated and removed WarpListEvent (commit: 2506d2a)
  • Added owner to WarpRemoveEvent (commit: c882ca3)
  • Warps is now a Pladdon so can be accessed via Plugins (commit: 0003c91)

Release 1.10.2

31 Dec 07:37
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16.2
✔️ Minecraft 1.16.5
✔️ Java 8

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.
  • Fixes unwanted parsing when warping to an island (#86) (commit: fd06c0c)
  • Do not send warp message if player is hidden. (commit: bee85b0)
  • Don't validate unloaded signs on startup (#85) (commit: 45b9688)
  • Added WarpCreateEvent (#88) (commit: e459c53)
  • Translate tr.yml via GitLocalize (#90) (commit: 1591bfc)

Release 1.9.7

04 Jun 15:01
262889c
Compare
Choose a tag to compare

Change Log

  • Warping is now done using async teleport
  • Sign cache could become out of sync with signs so would show old sign info in the warps panel

Release 1.9.5

21 May 02:01
Compare
Choose a tag to compare
Fixes bug where Warps would not hook with no game modes

https://github.com/BentoBoxWorld/Warps/issues/77

Release 1.9.4

20 May 02:39
Compare
Choose a tag to compare

Change Log

  • Add Polish translation (#73) (commit: 45813ee) — github
  • Add german (de) translation (#74) (commit: 23b2d19) — github
  • Updated permissions (commit: eea1ea2) — tastybento
  • Update hu.yml (#62) (commit: 2d79647) — tastybento
  • Update name in pom from WelcomeWarpSigns to Warps (#64) (commit: d8b56f5) — tastybento
  • Ties into the BentoBox delayed teleport settings. (commit: b2d5c14) — tastybento
  • Translate zh-CN.yml via GitLocalize (#65) (commit: a63a6c2) — tastybento
  • Translate lv.yml via GitLocalize (#66) (commit: 685f2be) — tastybento
  • Removed warp sign for players who leave a team or are kicked. (commit: ef523d4) — tastybento
  • Added saving of the warp sign cache to database. (commit: 79b8c0c) — tastybento
  • Czech translation. Credit @Polda18 (commit: f3fe87c) — github
  • Fixes bug where database table existed but had no valid data in it. (commit: 40c0b8d) — tastybento

1.9.0 Release

02 Dec 22:46
Compare
Choose a tag to compare

Introduction

Very minor update to locale files to enable better translating.

Compatibility

Works on BentoBox 1.8.0.

Changelog

  • Hungarian locale
  • Update to English locale

Upgrading

  1. Stop server.
  2. Copy this jar into the addons folder and remove the old jar.
  3. Restart the server.