Releases: Prodrivers/parkour-addon-bukkit
Releases · Prodrivers/parkour-addon-bukkit
v2.2.1: Bugfixes
v2.2.0: ViaVersion 4.0.0 support
- Fully reformatted source code for better readability
- Updated ViaVersion support to version 4.0.0
v2.1.0: Spigot 1.16, Parkour 6.5, native Bedrock forms, parkour position markers
- Updated Spigot support to version 1.16
- Updated Parkour support to version 6.5
- Added native Bedrock form support
- Updated InventoryGUIAPI to Bedrock-supporting version
- Implemented Parkour join all
- Implemented a task runner to run asynchronous, computation-intensive tasks when server successfully started
- Implemented mirroring of course's location in database
- Implemented generation of BlueMap markers for each course
v2.0 : Cleaning up and decoupling from Spigot
Second revision of the plugin :
- migrated from Spigot's internal Ebean ORM to proper Ebean ORM
- First effort to remove dependency on Ebean
- Removed parkoins synchronization to database, to be reintroduced later