PurpurAsync is a Purpur fork aimed at asynchronous behavior and multithreading with the ability to run all Bukkit plugins
- Async Pathfinding
- Support Virtual-Thread
- Parallel World Ticking (by SparklyPaper)
Warning
Before using this kernel, familiarize yourself with all the bugs introduced by changing the parallelism of worlds - link
To build a paperclip jar, you need to run the following command. You can find the jar in build/libs(Note: JDK17 or JDK21 is needed)
./gradlew applyPatches && ./gradlew createReobfPaperclipJar
When you meet any problems, just ask us, we will do our best to solve it, but remember to state your problem clear and provide enough logs etc.
This readme will eventually contain instructions regarding the patch system. For now, visit PurpurAsync's CONTRIBUTING.md.
Thanks to these projects below. PurpurAsync just mix some of their patches together.