Skip to content

Releases: BentoBoxWorld/Warps

Release 1.17.0

27 Sep 18:18
f81139b

Choose a tag to compare

Updating

  1. Copy this file over the old one
  2. (Optional / Recommended) Remove the old panels folder: BentoBox/addons/Warps/panels/ so an updated one will be used. If you have customized this, then merge the new color for the tipped arrow directions.
  3. Restart the server

Compatibility

✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.8
✔️ Java 21

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

Full Changelog: 1.16.0...1.17.0

Release 1.16.0

26 Nov 04:41
039ccff

Choose a tag to compare

Compatibility

✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.3
✔️ 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.14.0...1.16.0

Release 1.14.0

12 Jan 22:41
5cca037

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

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

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

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

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

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

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

Choose a tag to compare

Fixes bug where Warps would not hook with no game modes

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