mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
* init 1.21.4, and boom! * build change, but weight not work * just work * Build changes, and delete timings * Fix API patches (#406) * Fix API patches * merge --------- Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com> * 0006/0129 * 0009/0129 * 0011/0129 * 0018/0129 * 0030/0129 * 0035/0129 * 0043/0129 * 0048/0129 * 0049/0129 * 0057/0129 * 0065/0129 * 0086/0129 (#408) * 0072/0129 * 0080/0129 * Readd patch infos * 0086/0129 * Delete applied patches * 0087/0129 * 0091/0129 * 0097/0129 * 0101/0129 * 102/129 * 0107/0129 * 0112/0129 * 0118/0129 * 0129/0129, 100% patched * fix some * server work * Protocol... (#409) * Jade v7 * Fix changed part for Jade * Formatting imports, add Lms Paster protocol * REI payloads 5/8 * Add REI support, remove unnecessary content in Jade * Rename * Make jade better * Make action work * fix action jar * Fix some protocol * Fix bot action, and entity tickCount * Fix Warden GameEventListener register on load * Fix extra Raider drop * Fix grindstone overstacking * Update Paper, and some doc * Merge * [ci skip] Update Action --------- Co-authored-by: Lumine1909 <133463833+Lumine1909@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.4-R0.1-SNAPSHOT")
}
如果你要将 Leaves 作为依赖,那么你必须进行 自行构建
Leaves-Server:
dependencies {
compileOnly("org.leavesmc.leaves:leaves:1.21.4-R0.1-SNAPSHOT")
}
自行构建
你需要最低 JDK 21 和一个可以正常访问各种 git/maven 库的网络
首先克隆此储存库,然后在你的终端里依次执行 ./gradlew applyAllPatches 和 ./gradlew createMojmapLeavesclipJar
最后 你可以在 leaves-server/build/libs 文件夹里找到对应的jar文件
对于想要出一份力的开发者
可查看 贡献须知
特别感谢
JetBrains,IntelliJ IDEA 的创造者,为 Leaves 提供了 开源许可证。我们极力推荐使用 IntelliJ IDEA 作为你的 IDE。
