mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Update docs
This commit is contained in:
@@ -2,6 +2,7 @@ Leaves
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
[](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
[](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
||||||
|
[](https://github.com/LeavesMC/Leaves/releases/latest)
|
||||||
[](https://discord.gg/5hgtU72w33)
|
[](https://discord.gg/5hgtU72w33)
|
||||||
[](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)
|
[](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)
|
||||||
|
|
||||||
@@ -14,7 +15,7 @@ Leaves
|
|||||||
## How To (Server Admins)
|
## How To (Server Admins)
|
||||||
Leaves use the same paperclip jar system that Paper uses.
|
Leaves use the same paperclip jar system that Paper uses.
|
||||||
|
|
||||||
You can download the latest build (1.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases)
|
You can download the latest build (1.20.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases/latest)
|
||||||
|
|
||||||
You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
||||||
|
|
||||||
@@ -27,14 +28,14 @@ Each time you want to update your dependency you must re-build Leaves.
|
|||||||
Leaves-API maven dependency:
|
Leaves-API maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Leaves-Server maven dependency:
|
Leaves-Server maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves:1.20.1-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ Leaves
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
[](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
[](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
||||||
|
[](https://github.com/LeavesMC/Leaves/releases/latest)
|
||||||
[](https://discord.gg/5hgtU72w33)
|
[](https://discord.gg/5hgtU72w33)
|
||||||
[](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)
|
[](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)
|
||||||
|
|
||||||
@@ -14,7 +15,7 @@ Leaves
|
|||||||
## 对于服务器管理员
|
## 对于服务器管理员
|
||||||
此分支使用与Paper一致的paperclip分发
|
此分支使用与Paper一致的paperclip分发
|
||||||
|
|
||||||
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases) 下载最新的构建结果 (1.19.x)
|
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases/latest) 下载最新的构建结果 (1.20.x)
|
||||||
|
|
||||||
也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建
|
也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建
|
||||||
|
|
||||||
@@ -26,14 +27,14 @@ Leaves
|
|||||||
Leaves-API:
|
Leaves-API:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Leaves-Server:
|
Leaves-Server:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves:1.20.1-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -35,13 +35,21 @@ Leaves Modification
|
|||||||
- Vanilla random
|
- Vanilla random
|
||||||
- Update suppression crash fixed
|
- Update suppression crash fixed
|
||||||
- Bedrock break list
|
- Bedrock break list
|
||||||
|
- No feather falling trample
|
||||||
|
- Shared villager discounts
|
||||||
|
- Redstone wire dont connect if on trapdoor (as 1.20-)
|
||||||
|
- Despawn enderman with block
|
||||||
|
- Creative fly no clip (need carpet mod and leaves-carpet protocol)
|
||||||
|
- Enchantment mending compatibility infinity
|
||||||
|
- Shave snow layers
|
||||||
|
- Spawn ignore lc
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
> All of it will have configuration
|
> All of it will have configuration
|
||||||
|
|
||||||
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
||||||
- Optimize mob spawning
|
- Optimize mob spawning (updating)
|
||||||
- Multithreaded Tracker (updating)
|
- Multithreaded Tracker (updating)
|
||||||
- Fix Paper#6045
|
- Fix Paper#6045
|
||||||
- Optimize entity coordinate key
|
- Optimize entity coordinate key
|
||||||
@@ -71,6 +79,9 @@ Leaves Modification
|
|||||||
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
||||||
- Don't send useless entity packets
|
- Don't send useless entity packets
|
||||||
|
|
||||||
|
> Powered by [Carpet-AMS-Addition](https://github.com/Minecraft-AMS/Carpet-AMS-Addition)
|
||||||
|
- Optimized dragon respawn
|
||||||
|
|
||||||
## Extra Protocol Support
|
## Extra Protocol Support
|
||||||
|
|
||||||
> All of it will have configuration
|
> All of it will have configuration
|
||||||
@@ -81,3 +92,5 @@ Leaves Modification
|
|||||||
- Carpet alternative block placement (carpet-extra)
|
- Carpet alternative block placement (carpet-extra)
|
||||||
- Appleskin protocol
|
- Appleskin protocol
|
||||||
- Xaero Map protocol
|
- Xaero Map protocol
|
||||||
|
- [Syncmatica](https://github.com/End-Tech/syncmatica) protocol
|
||||||
|
- Leaves-Carpet protocol
|
||||||
@@ -35,13 +35,21 @@ Leaves Modification
|
|||||||
- 原版随机数 (支持RNG控制)
|
- 原版随机数 (支持RNG控制)
|
||||||
- 更新抑制/跳略崩服修复
|
- 更新抑制/跳略崩服修复
|
||||||
- 破基岩榜
|
- 破基岩榜
|
||||||
|
- 有摔落缓冲不会踩坏田
|
||||||
|
- 共享村民打折
|
||||||
|
- 红石粉不会连接到活扳门 (恢复简易更新抑制)
|
||||||
|
- 手上有方块的末影人一样会被刷新
|
||||||
|
- 创造飞行无碰撞箱 (需要配合carpet协议和客户端mod)
|
||||||
|
- 无限和精修不再冲突
|
||||||
|
- 可以铲的雪
|
||||||
|
- 怪物生成无视lc值
|
||||||
|
|
||||||
## 性能
|
## 性能
|
||||||
|
|
||||||
> 所有的性能内容都会存在配置项
|
> 所有的性能内容都会存在配置项
|
||||||
|
|
||||||
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
||||||
- 生物生成优化
|
- 生物生成优化 (正在升级 暂不可用)
|
||||||
- 异步实体追踪 (正在升级 暂不可用)
|
- 异步实体追踪 (正在升级 暂不可用)
|
||||||
- 修复Paper#6045
|
- 修复Paper#6045
|
||||||
- 实体坐标键优化
|
- 实体坐标键优化
|
||||||
@@ -71,6 +79,9 @@ Leaves Modification
|
|||||||
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
||||||
- 减少不必要包的发送
|
- 减少不必要包的发送
|
||||||
|
|
||||||
|
> Powered by [Carpet-AMS-Addition](https://github.com/Minecraft-AMS/Carpet-AMS-Addition)
|
||||||
|
- 龙战优化
|
||||||
|
|
||||||
## 额外协议支持
|
## 额外协议支持
|
||||||
|
|
||||||
> 所有的协议内容都会存在配置项
|
> 所有的协议内容都会存在配置项
|
||||||
@@ -81,3 +92,5 @@ Leaves Modification
|
|||||||
- Carpet精确放置协议 (carpet-extra)
|
- Carpet精确放置协议 (carpet-extra)
|
||||||
- 苹果皮显示协议
|
- 苹果皮显示协议
|
||||||
- Xaero服务器地图设置协议
|
- Xaero服务器地图设置协议
|
||||||
|
- 共享原理图协议 ([syncmatica](https://github.com/End-Tech/syncmatica))
|
||||||
|
- Leaves-Carpet协议 仅用于同步设置
|
||||||
Reference in New Issue
Block a user