Skip to content

Releases: TechnicallyCoded/FoliaLib

BETA 0.4.3 - Chain Futures, New Methods, and Bug Patches

07 Aug 00:05
3db2e83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.4.3

BETA 0.3.4 - Add runAtEntityLater and runAtEntityLater & Fixes

15 Jun 16:24
c720ba1
Compare
Choose a tag to compare

Changes

  • Add runAtEntityLater and runAtEntityLater. Resolves #12
  • Fix a few NPEs

BETA 0.3.1 - Relocation Checks, Task Consumers & Tick Duration Corrections

26 Oct 14:44
8073c26
Compare
Choose a tag to compare

Changes:

  • Added relocation (shade plugin) check at startup
  • Added task consumers
  • Added better platform detection
  • Automatically rewrite tick values to be > 0 (Will show a warning in console unless you call FoliaLib#disableInvalidTickValueWarning())
  • Update README with new examples and information
  • Minor bug fixes

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

18 Aug 12:00
0d8b9b5
Compare
Choose a tag to compare

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

BETA 0.2.0 - Cancellable tasks, entity tasks & fixes

11 Apr 12:51
Compare
Choose a tag to compare

Changes:

  • Added cancellable tasks,
  • Added entity tasks,
  • Removed scopes and use separate method names instead,
  • Changed server version checks to use class names instead of version name

BETA 0.1.1 - Release

10 Apr 12:30
Compare
Choose a tag to compare

Initial release + minor updates and fixes