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
- Stop the server. Make a backup just in case.
- Copy this jar over the old one
- Restart the server
- 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