Skip to content

EzRTP 3.2.3

Choose a tag to compare

@github-actions github-actions released this 16 May 07:47
4026510

Fixed

  • Folia teleport crash (UnsupportedOperationException: Must use teleportAsync while in region threading): BukkitPlatformScheduler now overrides teleportAsync and, when running
    on Folia (regionizedRuntime capability), calls player.teleportAsync(Location) via
    reflection instead of the forbidden synchronous player.teleport(). The Bukkit module was
    the only scheduler that still used the synchronous fallback from the interface default;
    PaperPlatformScheduler already called teleportAsync directly.