Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Fix async teleport error on Folia (#988)
- fix: replace PaperLib with runtime Paper API detection for Folia async teleports
PaperLib falls back to synchronous teleport and chunk loading on Folia 26.x, which violates region threading requirements. Introduce BukkitPaperCompat to invoke native Paper APIs via reflection when available, with safe Spigot fallbacks, and remove the PaperLib dependency.
Co-authored-by: Cursor [email protected]
- fix: restore paper-api 1.19.4 compile target for project policy compliance
The Paper 1.21 compile dependency bump was not appropriate for this project. Runtime Paper/Folia APIs continue to be invoked via reflection in BukkitPaperCompat without requiring a newer compile-time API.
Co-authored-by: Cursor [email protected]
Co-authored-by: Cursor [email protected]
Information
| Published on | July 11, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.17.1-1.21.2, 1.21.4-1.21.6, 1.21.8, 1.21.11, 26.1.1-26.1.2)