Skip to content

A lot of improvement and core stability.

Pre-release
Pre-release
Compare
Choose a tag to compare
@larryTheCoder larryTheCoder released this 04 Jul 17:32
· 24 commits to master since this release

ASkyBlock v0.5.2-BETA

As the first main pre-release build, I would like to clarify that this might not explicitly working as it should. However, a stable build will be released any time from now.

Changelogs:

  • Database are 90% asynchronous, most operations are saved in a Cache for listener purposes.
    • Compared to the 2018 version, most SkyBlock operations are synchronized and it is very bad!
  • Fixed a lot of bugs since the 2018 bugs, I can't list them all but here we go.
  • Fixed cobblestone generator for not working in certain position.
  • Fixed multi-world feature for SkyBlock, some conditions can cause error in 2018 build.
  • Implemented IslandLevelCalculations for blocks score count.
  • Viable API and developer-friendly, well most likely but there will be a lot of API breaks until stable.
  • Added Automatic Updates, however this wont download anything, only checks.
  • Signs for schematics islands are now showing correctly.
  • Useless junk code has been removed throughout the development.
  • PreCoop code is available in this build! Its not ready but once the stable build is released, it will be shipped together with it!
  • Implemented LuckPerms Integrations, now we can finally use this Permission handler.