Skip to content

Releases: BentoBoxWorld/Parkour

Release 1.4.0

24 Nov 21:47
f7005e7
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.3
✔️ Java 17

Upgrading

  1. Make sure you are running MC 1.21.x
  2. Stop the server. Make a backup just in case.
  3. Copy this jar over the old one
  4. Restart the server
  5. You should be good to go!

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

  • fix repeated checkpoint setting + bypass teleport check for back-to-checkpoint teleports + fix replacing checkpoints with the pressure plate by @456dev in #14
  • add changeworld listener by @456dev in #16
  • fix mv compat by @456dev in #17
  • add permission check for changing gamemode by @456dev in #18
  • Release 1.4.0 by @tastybento in #19

Full Changelog: 1.3.0...1.4.0

Release 1.3.0

05 Aug 04:33
de3fd85
Compare
Choose a tag to compare

Update 1.3.0

This update adds a number of improvements and bug fixes. There are two new commands: /pk quit and /pk warp that enable course runners manage their runs better. Players and visitors are handled better for Creative mode and Survival mode settings and there is a new handy island setting flag that enables island owners to decide which ranks go into creative mode. Visitors always stay in survival.

Important Upgrade Note

🔺This release fixes perms for the commands. Previously, they started with parkour.parkour but now they just start with parkour. For player commands, they will be granted automatically, but admin/mod commands may require permissions to be adjusted. The list of perms can be found in the addons.yml file or by running /bbox perms in the console.

Compatibility

✔️ BentoBox API 1.24.0
✔️ Minecraft 1.20.1
✔️ Java 17

Changelog

Legend

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

Upgrading

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. Restart the server
  4. You should be good to go!

What's Changed Summary

*🔺Updated command permission. Remove extraneous parkour. from perm because it's prefixed automatically (commit: daecb6d)

  • 🔡 Added /parkour quit command by @the456gamer in #7
  • 🔡 Add a /pk warp command #13 by @tastybento in commit: d1bcf7d
  • ⚙️ Add allowed commands whitelist by @the456gamer in #6
  • ⚙️Add an island protection flag PARKOUR_CREATIVE to set which ranks of into creative mode on island enter (commit: b1e0b13)
  • Puts relevant players in creative on every island enter by @the456gamer in #8
  • Runs are stopped if a player teleports away (commit: bba15e4)

New Contributors

  • @the456gamer made their first contribution in #6

Full Changelog: 1.2.0...1.3.0

Release 1.2.0

22 Jul 23:25
c5b1f12
Compare
Choose a tag to compare

Update

This update adds a command to clear a course's top ten, or remove specific player times from the top ten. This can be useful for removing yourself from your own top ten or resetting the top ten if you change or enhance the course.

Compatibility

✔️ BentoBox API 1.24
✔️ Minecraft 1.20.1
✔️ Java 17

What's Changed

  • Fixed default perms for player commands. ([commit: ded1080])
  • Added cleartop command to remove players from top ten ([commit: 08bd513])

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

16 Jul 16:59
7135cc2
Compare
Choose a tag to compare

Update

This update adds commands to set and remove a visitor warp so that your course can be listed in the courses command. See the README for details on the new commands.

Compatibility

✔️ BentoBox API 1.24
✔️ Minecraft 1.20.1
✔️ Java 17

What's Changed

  • Added setwarp and removewarp commands to enable courses. ([commit: dbd978c]
  • Update permissions in addon.yml ([commit: aeb01c8]
  • Update README.md ([commit: 3a8506a]
  • Made set and remove warp commands rankable ([commit: 84053ed]
  • Added test classes for new commands and fixed bugs with them ([commit: a9d3b1e]

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

15 Jul 23:03
6b3c846
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.24
✔️ Minecraft 1.20.1
✔️ Java 17

Initial Release