Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@135e2c41 Updated Upstream (Paper) PurpurMC/Purpur@e19b6707 Updated Upstream (Paper) PurpurMC/Purpur@304174ec Updated Upstream (Paper) PurpurMC/Purpur@4a3b139f Updated Upstream (Paper) PurpurMC/Purpur@a14011f4 Updated Upstream (Paper) PurpurMC/Purpur@3a1b29a9 [ci/skip] Updated Upstream (Paper) PurpurMC/Purpur@5d1df704 Updated Upstream (Paper) PurpurMC/Purpur@bc8c597b Updated Upstream (Paper) PurpurMC/Purpur@ca56b414 Updated Upstream (Paper) PurpurMC/Purpur@75efb975 Updated Upstream (Paper) PurpurMC/Purpur@9249a2ca Updated Upstream (Paper) PurpurMC/Purpur@8c293626 [ci/skip] ignore deprecation or removal warnings PurpurMC/Purpur@65b1288b Updated Upstream (Paper) PurpurMC/Purpur@96f0ee1e Add check for max growth age special case (#1652)
Leaf is a Paper fork designed to customized and high-performance, built on top of Gale with optimizations and fixes from other forks.
Warning
Leaf is a performance-oriented fork. Make sure to take backups before switching to it. Everyone is welcome to contribute by optimizing or reporting issues.
🍃 Features
- Based on Gale for better performance
- Async pathfinding, mob spawning and entity tracker
- Various optimizations blending from other forks
- Fully compatible with Bukkit, Spigot and Paper plugins
- Latest dependencies, keeping all dependencies in the newest version
- Allows all characters in usernames, including Chinese and other characters
- Fixes some Minecraft bugs
- Configurable UseItem distance for anarchy servers
- Mod Protocols support
- More customized relying on features of Purpur
- Support for Linear region file format
- Maintenance friendly, integrating with Sentry of Pufferfish to easy track all errors coming from your server in excruciating detail
- And more...
📈 bStats
📫 Contact
- Discord:
https://discord.com/invite/gfgAwdSEuM - QQ Group:
619278377
📫 Donation
If you love our work, feel free to donate via our Open Collective or Dreeam's AFDIAN :)
📥 Download
You can find the latest successful build in GitHub Action or Releases
Please note Java >= 21 is required.
📄 Documentation
Documentation on how to use/configure Leaf: docs.leafmc.one
📦 Building
Building a Paperclip JAR for distribution:
./gradlew applyAllPatches && ./gradlew createMojmapPaperclipJar
🧪 API
Maven
<repository>
<id>leafmc</id>
<url>https://maven.nostal.ink/repository/maven-snapshots/</url>
</repository>
<dependency>
<groupId>cn.dreeam.leaf</groupId>
<artifactId>leaf-api</artifactId>
<version>1.21.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
maven {
url = uri("https://maven.nostal.ink/repository/maven-snapshots/")
}
}
dependencies {
compileOnly("cn.dreeam.leaf:leaf-api:1.21.4-R0.1-SNAPSHOT")
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
⚖️ License
Paperweight files are licensed under MIT. Patches are licensed under MIT, unless indicated differently in their header. Binaries are licensed under GPL-3.0.
Also see PaperMC/Paper and PaperMC/Paperweight for the license of some material used by this project.
📜 Credits
Thanks to these projects below. Leaf includes some patches taken from them.
If these excellent projects hadn't appeared, Leaf wouldn't have become great.
🔥 Special Thanks
If you want to find a cheaper, high performance, stable with lower latency, then cloud of swordsman is a good choice! Registers and purchases in here.
如果你想找一个低价高性能, 低延迟的云服务商,剑客云是个不错的选择! 你可以在这里注册.
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

