Leaves
Fork of Paper aimed at repairing broken vanilla properties.
Install / Use
/learn @LeavesMC/LeavesREADME
Leaves
English | 中文
Fork of Paper aims at repairing broken vanilla properties.
You can see what we modify and fix at here
How To (Server Admins)
Leaves use the same leavesclip(paperclip fork) jar system that Paper uses.
You can download the latest build (1.21.x) of Leaves by going here
You can also build it yourself.
You can visit our documentation for more information.
How To (Plugin developers)
Leaves-API:
maven {
name = "leavesmc-repo"
url = "https://repo.leavesmc.org/snapshots/"
}
dependencies {
compileOnly("org.leavesmc.leaves:leaves-api:1.21.10-R0.1-SNAPSHOT")
}
In order to use Leaves as a dependency you must build it yourself. Each time you want to update your dependency, you must re-build Leaves.
Leaves-Server:
dependencies {
compileOnly("org.leavesmc.leaves:leaves:1.21.10-R0.1-SNAPSHOT")
}
Building
You need JDK 21 and good Internet conditions
Clone this repo, run ./gradlew applyAllPatches, then run ./gradlew createMojmapLeavesclipJar in your terminal.
You can find the jars in the leaves-server/build/libs directory.
Pull Requests
See Contributing
Special Thanks To:
JetBrains, creators of the IntelliJ IDEA, supports Leaves with one of their Open Source Licenses. Leaves recommend using IntelliJ IDEA as your IDE.
Related Skills
node-connect
335.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
