9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-27 02:49:19 +00:00
Dreeam 242c1a0592 Updated Upstream (Leaves)
Upstream has released updates that appear to apply and compile correctly

Leaves Changes:
LeavesMC/Leaves@13c4e25e fix: fix bed easy place (#710)
LeavesMC/Leaves@0ad976f6 Update Paper, and not pre
LeavesMC/Leaves@3feea8e4 Try to fix replay api crash (#713)
LeavesMC/Leaves@2915edc2 Fix replay api crash with return-nether-portal-fix (#716)
LeavesMC/Leaves@13651b11 Update Paper
LeavesMC/Leaves@513768c9 Merge Paper#11831 (#695)
LeavesMC/Leaves@ec71a2bd fix: fix sleeping block entity (#723)
LeavesMC/Leaves@b16a74c6 feat: remove some features(#724) (#725)
LeavesMC/Leaves@ff184c1d Modify end void rings generation (#722)
LeavesMC/Leaves@074f57b5 Update Paper
LeavesMC/Leaves@decc9752 feat: add more features declaration (#732)
LeavesMC/Leaves@a82724fc Update mc technical mode (#734)
LeavesMC/Leaves@9c8a2fc7 fix: fix hopper event (#739)
LeavesMC/Leaves@adb02a59 fix: remove debug output (#740)
LeavesMC/Leaves@4ade1001 Lithium Equipment Tracking (#736)
LeavesMC/Leaves@d907002a Do not throw when bot nbt is illegal (#746)
LeavesMC/Leaves@9ecdfe1e Do not check NaN values in entities (#742) (#749)
LeavesMC/Leaves@5974eea2 Update Paper
LeavesMC/Leaves@5083948a Update Update Paper
LeavesMC/Leaves@93311671 Fix syncmatica path error, to fix #747 (#748)
2025-11-23 01:51:20 -05:00
2025-11-02 13:13:03 -05:00
2025-06-09 21:04:06 +08:00
2025-11-18 16:54:31 -05:00
2025-11-23 01:51:20 -05:00
2025-06-11 21:02:33 +08:00
2025-09-11 15:42:17 -04:00
2025-01-08 04:21:21 -05:00
2025-01-08 04:21:21 -05:00
2025-07-18 08:09:28 +08:00
2025-09-06 20:43:37 -04:00
2025-09-18 10:04:01 -04:00
2025-09-18 10:04:01 -04:00
2025-08-05 18:05:48 +08:00

Leaf

Download Github Actions Build Discord Docs

Leaf is a Paper fork designed to be customizable and high-performance.

Warning

Leaf is a performance-oriented fork. Make sure to take backups before switching to it. Everyone is welcome to contribute optimizations or report issues to help us improve.

English | 中文

🍃 Features

  • Based on Paper for generic performance and flexible API
  • Async pathfinding, mob spawning and entity tracker
  • Various optimizations blending from other forks and our own
  • Fully compatible with Spigot and Paper plugins
  • Latest dependencies, keeping all dependencies up-to-date
  • Allows all characters in usernames, including Chinese and other characters
  • Fixes some Minecraft bugs
  • Mod Protocols support
  • More customized relying on features of Purpur
  • Linear region file format, to save disk space
  • Maintenance friendly, integrating with Sentry of Pufferfish to easily track all errors coming from your server in extreme detail
  • And more...

📈 bStats

bStats Graph Data

📫 Contact

📫 Donation

If you love our work, feel free to donate via our Open Collective or Dreeam's AFDIAN :)

📥 Download

Download Leaf from our Website or get latest build in GitHub Releases

📄 Documentation

Documentation about how to use/configure Leaf: Leaf Docs

📦 Building

Building a Paperclip JAR for distribution:

./gradlew applyAllPatches && ./gradlew createMojmapPaperclipJar

📦 API

Click to expand

Maven

<repository>
    <id>leafmc</id>
    <url>https://maven.leafmc.one/snapshots/</url>
</repository>
<dependency>
    <groupId>cn.dreeam.leaf</groupId>
    <artifactId>leaf-api</artifactId>
    <version>1.21.8-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
  maven {
    url = uri("https://maven.leafmc.one/snapshots/")
  }
}

dependencies {
    compileOnly("cn.dreeam.leaf:leaf-api:1.21.8-R0.1-SNAPSHOT")
}

java {
  toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}

⚖️ License

Leaf is licensed under various open source licenses from its upstream projects. See LICENSE.md for full details.

📜 Credits

Thanks to these projects below. Leaf includes some patches taken from them.
If these excellent projects hadn't existed, Leaf wouldn't have become great.

🔥 Special Thanks

Jianke Cloud Host
cloud of swordsman | 剑客云

If you want to find a cheaper, high performance, stable, lower latency host, then cloud of swordsman is a good choice! Registers and purchases in here.

如果你想找一个低价高性能、低延迟的云服务商,剑客云是个不错的选择!你可以在 这里 注册。

雨云
RainYun | 雨云

Global multi-line routing with cloud storage. Refund available within 7 days. Reliable uptime and expert support. RainYun — stable, cost-effective, and ready for fast cloud deployment. Visit RainYun.

国际多线路选择,配套云存储 — 购买服务后七天内不满意可以申请退订,强大的技术支持团队和高在线率客服。雨云云服务器,用稳定和性价比,助力您快速上云。点击前往 雨云

YourKit

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.

Languages
Java 99.2%
Shell 0.8%