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

Leaves Changes:
LeavesMC/Leaves@e3b0cf4a Fix tripwire with end platform (#542)
LeavesMC/Leaves@8615b2f4 Recheck for null before handling player join (#550)
LeavesMC/Leaves@093b9290 Fix protocol bugs (#537)
LeavesMC/Leaves@852184c1 Vanilla Fluid Pushing (#547) (#551)
LeavesMC/Leaves@911ec9b9 Fix Carpet protocol (#552)
LeavesMC/Leaves@2654bf53 Fully rewrite I18n support (#545)
LeavesMC/Leaves@f33f5fea Refactor command system, fix bugs (#573)
LeavesMC/Leaves@6c07912d Remove Force peaceful mode switch (#265) (#579)
LeavesMC/Leaves@2dcf9f85 Fix spawnInvulnerableTime (#583)
LeavesMC/Leaves@6d76c1f1 Fix unexpected IOE (#582)
LeavesMC/Leaves@3187d77f Fix IAE update suppression crash (#581)
2025-06-30 01:34:04 +08:00
2025-06-09 21:04:06 +08:00
2025-06-14 06:55:28 +08:00
2025-06-29 23:39:55 +08:00
2025-06-29 23:39:55 +08:00
2025-06-30 01:34:04 +08:00
2025-06-11 21:02:33 +08:00
2025-01-08 04:21:21 -05:00
2025-01-08 04:21:21 -05:00
2025-06-27 19:13:07 +08:00
2025-05-24 22:06:41 +08:00
2025-05-24 22:06:41 +08:00
2025-06-18 02:18:50 +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 Action

Please note Java >= 21 is required.

📄 Documentation

Documentation about how to use/configure Leaf: www.leafmc.one/docs

📦 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.5-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.5-R0.1-SNAPSHOT")
}

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

⚖️ License

Leaf is licensed under multiple open source licenses depending on upstream projects and other materials,

see LICENSE.md for full license information.

📜 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%