-
Notifications
You must be signed in to change notification settings - Fork 4
en Home
github-actions[bot] edited this page Aug 24, 2026
·
1 revision
Languages · Getting Started · Architecture
pasta (formerly Folia Phantom) transforms compiled Bukkit plugin JARs for Folia's region-threaded execution model. It rewrites bytecode with ASM without requiring plugin source code or recompilation.
- Browser: local drag-and-drop patching.
- GitHub Actions: patch artifacts in CI.
- CLI: automation and batch conversion.
- GUI: JavaFX desktop workflow.
- Server plugin: patch from a compatible Paper/Bukkit server.
Use JDK 21+ for builds and packaged Java workflows. Maven 3.8+ is required for source builds.
pasta adapts known compatibility patterns but cannot prove plugin-owned shared state to be thread-safe. Validate patched plugins on a staging Folia server before production.