mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
--------- Co-authored-by: Lumine1909 <133463833+Lumine1909@users.noreply.github.com> Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com> Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com>
2.6 KiB
2.6 KiB
Leaves
English | 中文
一个致力于修复原版服务端被破坏特性的 Paper 分支
你可以在 这里 查看所有的修改和修复内容
对于服务器管理员
此分支使用与 Paper 一致的 leavesclip(paperclip的分支) 分发
你可以从 此处 下载最新的构建结果 (1.21.x)
也可以通过 此处 的指南自行构建
如果你想要获得更多信息,那么你可以访问我们的 文档
对于插件开发者
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")
}
如果你要将 Leaves 作为依赖,那么你必须进行 自行构建
Leaves-Server:
dependencies {
compileOnly("org.leavesmc.leaves:leaves:1.21.10-R0.1-SNAPSHOT")
}
自行构建
你需要最低 JDK 21 和一个可以正常访问各种 git/maven 库的网络
首先克隆此储存库,然后在你的终端里依次执行 ./gradlew applyAllPatches 和 ./gradlew createMojmapLeavesclipJar
最后 你可以在 leaves-server/build/libs 文件夹里找到对应的jar文件
对于想要出一份力的开发者
可查看 贡献须知
特别感谢
JetBrains,IntelliJ IDEA 的创造者,为 Leaves 提供了 开源许可证。我们极力推荐使用 IntelliJ IDEA 作为你的 IDE。
