Skip to content

EzRTP 3.2.2

Choose a tag to compare

@github-actions github-actions released this 12 May 06:15
7d6385f

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.