
Folia For All 1.2.0
release22 марта 2026 г.Fixed a bug where no plugins would load on startup due to a classloader issue with Folia's custom server classloader. The deferred plugin loading system now works correctly.
Folia For All 1.0.0 - Initial Release
release20 марта 2026 г.1.0.0 - Initial Release
-
Java agent that patches
PluginDescriptionFile.isFoliaSupported()to always return true, allowing legacy Bukkit/Paper plugins to pass Folia's load-time compatibility check without modification.
-
BukkitScheduler compatibility layer that routes scheduler calls to Folia's native APIs:
Sync tasks->GlobalRegionSchedulerAsync tasks->AsyncScheduler -
Unsafe-based scheduler injection into CraftServer at startup, replacing Folia's stub scheduler transparently.
-
Fix for AbstractMethodError on server shutdown caused by
CraftServer.waitForAsyncTasksShutdown()callinggetActiveWorkers()through a CraftScheduler reference on a non-CraftScheduler object.
