You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
BukkitPlatformScheduler now handles Folia servers correctly. Previously, running EzRTP on
Folia without the Paper runtime module caused an UnsupportedOperationException during plugin
enable because the Bukkit CraftScheduler rejects all synchronous task scheduling on Folia.
The scheduler now detects regionizedRuntime capabilities and routes all scheduling calls
through Folia's GlobalRegionScheduler / RegionScheduler via reflection, matching the
behaviour already present in PaperPlatformScheduler.