Skip to content

Releases: Prodrivers/parkour-addon-bukkit

v2.2.1: Bugfixes

22 Sep 20:52
Compare
Choose a tag to compare
  • Make the player join a course even if he has a parkour session
  • Fixed NullPointerException on party player level check when category is not set
  • Added proper checks and logging to database and BlueMap position tasks

v2.2.0: ViaVersion 4.0.0 support

22 Sep 20:50
Compare
Choose a tag to compare
  • 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

22 Sep 20:47
Compare
Choose a tag to compare
  • 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

30 Mar 22:47
Compare
Choose a tag to compare

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