Compatibility
Build and Descriptor Targets
The audited compatibility targets are:
| Item | Target or behavior |
|---|---|
| Compile platform | Paper 1.21.11 |
| Java compile style | Java 8 |
| Plugin API descriptor | 1.13 |
| Folia descriptor flag | folia-supported: true |
| Folia integration | FoliaAPI |
The descriptor's Folia flag records supported plugin scheduling integration. It is not a blanket guarantee that every server runtime or every third-party hook behaves identically on Folia.
Server Runtime Notes
World mutations, teleports, and entity-related work must follow the owning server thread or region rules. On Folia, diagnose failures with the region/entity scheduling model in mind and check the FoliaAPI integration rather than assuming legacy global scheduler behavior.
Optional integrations remain independently version-sensitive. In particular, WorldGuard 6 and 7 have separate hook behavior, while SMPRegions, ZelChat, and TAB use reflective adapters.