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

Leaves Changes:
LeavesMC/Leaves@9c12d296 Update Paper
LeavesMC/Leaves@357a03df Fix LitematicaEasyPlaceProtocol * 2
LeavesMC/Leaves@46cccfc3 Fix #609 & #612, add maxNbt in litematics, improve protocol invoker (#611)
LeavesMC/Leaves@c245ee67 Remove a useless patch (#614)
LeavesMC/Leaves@eb3d87b8 feat: finish MOVE_ITEM_NEW_PACKET, fix rei protocol packet transformer (#615)
LeavesMC/Leaves@6a2b9ee6 Fix long config (#617)
LeavesMC/Leaves@2c9f83c7 fix: fix a bug in redstoneShearsWrench (#621)
LeavesMC/Leaves@9cba2ea2 Fix #622 (#624)
LeavesMC/Leaves@1242a2a6 Update Paper and Leavesclip
LeavesMC/Leaves@cadc1269 Fix replay api and add null check in botlist (#627)
LeavesMC/Leaves@e68eb3fe Chat command max length
LeavesMC/Leaves@4c4712d3 Fix endermite spawn (#632)
LeavesMC/Leaves@c581f131 Some fix, and clear
2025-07-31 14:21:26 +08:00
2025-07-23 10:10:54 +08:00
2025-06-09 21:04:06 +08:00
2025-07-31 14:04:29 +08:00
2025-06-14 06:55:28 +08:00
2025-07-31 14:04:29 +08:00
2025-07-31 14:21:26 +08:00
2025-06-11 21:02:33 +08:00
2025-07-23 08:23:30 +08:00
2025-07-17 23:00:27 +08: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-07-31 14:04:29 +08:00
2025-05-24 22:06:41 +08:00
2025-05-24 22:06:41 +08:00
2025-07-23 08:23:30 +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: www.leafmc.one/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%