9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 11:59:17 +00:00
Files
LeavesMC/README_cn.md
2022-08-02 21:45:57 +08:00

1.5 KiB

Leaves Leaves CI

English | 中文

一个致力于修复原版服务端被破坏特性的 Paper 分支

你可以在 这里 查看所有的修改和修复内容

此服务端的性能可能会略低于Paper原版 并不适合所有服务器使用

对于服务器管理员

此分支使用与Paper一致的paperclip分发

你可以从 此处 下载最新的构建结果 (1.19.x)

也可以通过 此处 的指南自行构建

对于插件开发者

如果你要将Leaves作为依赖,那么你必须进行 自行构建

Leaves-API:

<dependency>
    <groupId>top.leavesmc.leaves</groupId>
    <artifactId>leaves-api</artifactId>
    <version>1.19.1-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
 </dependency>

Leaves-Server:

<dependency>
    <groupId>top.leavesmc.leaves</groupId>
    <artifactId>leaves</artifactId>
    <version>1.19.1-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

自行构建

需要Java17或更高版本

./gradlew applyPatches

./gradlew createReobfBundlerJar