Skip to content

BETA 0.2.5 - Java 8 support, Support ticks as a time unit & Fixes

Compare
Choose a tag to compare
@TechnicallyCoded TechnicallyCoded released this 18 Aug 12:00
· 27 commits to main since this release
0d8b9b5

Changes:

  • Migrate the project to being a multi-module project
  • Move non-Folia classes to be compiled in Java 8
  • Add support for legacy Minecraft versions (don't load Java 16 classes at runtime if not running on Folia)
  • Add ability to check is a task is cancelled
  • Add isCancelled() compatibility with legacy Bukkit versions using isCurrentlyRunning() and isQueued()
  • Minor fixes & documentation updates