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:
@@ -7,8 +7,6 @@ Leaves [
|
||||
|
||||
> Waring: This fork will have low mspt as Paper
|
||||
|
||||
## How To (Server Admins)
|
||||
Leaves use the same paperclip jar system that Paper uses.
|
||||
|
||||
@@ -25,7 +23,7 @@ Leaves-API maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves-api</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -35,7 +33,7 @@ Leaves-Server maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -7,8 +7,6 @@ Leaves [ 查看所有的修改和修复内容
|
||||
|
||||
> 此服务端的性能可能会略低于Paper原版 并不适合所有服务器使用
|
||||
|
||||
## 对于服务器管理员
|
||||
此分支使用与Paper一致的paperclip分发
|
||||
|
||||
@@ -24,7 +22,7 @@ Leaves-API:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves-api</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -34,7 +32,7 @@ Leaves-Server:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Leaves Modification
|
||||
- Budding Amethyst can push by piston
|
||||
- Spectator don't get Advancement
|
||||
- Use stick and shift to ArmorStand can modify ArmorStand's arm status
|
||||
- Remove Player Chat sign
|
||||
- Remove Player Chat sign (can instead of NoChatReport Mod server side)
|
||||
|
||||
## Performance
|
||||
|
||||
@@ -31,7 +31,7 @@ Leaves Modification
|
||||
|
||||
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
||||
- Optimize mob spawning
|
||||
- Multithreaded Tracker
|
||||
- Multithreaded Tracker (updating)
|
||||
- Fix Paper#6045
|
||||
- Optimize entity coordinate key
|
||||
- Optimize suffocation
|
||||
@@ -49,11 +49,12 @@ Leaves Modification
|
||||
- Remove iterators from inventory contains
|
||||
- Remove streams from getting nearby players
|
||||
- Remove streams and iterators from range check
|
||||
- Async Pathfinding
|
||||
- Async Pathfinding (updating)
|
||||
- Cache climbing check for activation
|
||||
- Use aging cache for biome temperatures
|
||||
- Reduce entity fluid lookups if no fluids
|
||||
- Reduce chunk loading & lookups
|
||||
- Simpler Vanilla ShapelessRecipes comparison
|
||||
|
||||
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
||||
- Don't send useless entity packets
|
||||
|
||||
@@ -23,7 +23,7 @@ Leaves Modification
|
||||
- 紫水晶母岩可以被活塞推动
|
||||
- 观察者不会获得进度
|
||||
- 对盔甲架下蹲使用木棍可以修改盔甲架的手臂状态
|
||||
- 删除玩家聊天内的签名
|
||||
- 删除玩家聊天内的签名 (可以替代NoChatReportMod的服务器侧)
|
||||
|
||||
## 性能
|
||||
|
||||
@@ -31,7 +31,7 @@ Leaves Modification
|
||||
|
||||
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
||||
- 生物生成优化
|
||||
- 异步实体追踪
|
||||
- 异步实体追踪 (正在升级 暂不可用)
|
||||
- 修复Paper#6045
|
||||
- 实体坐标键优化
|
||||
- 窒息检测优化
|
||||
@@ -49,11 +49,12 @@ Leaves Modification
|
||||
- 删除容器检查中的iterators
|
||||
- 删除玩家检测中的流
|
||||
- 删除范围检查中的流和iterators
|
||||
- 异步实体寻路
|
||||
- 异步实体寻路 (正在升级 暂不可用)
|
||||
- 缓存实体攀爬检测
|
||||
- 使用更好的生物群系温度缓存
|
||||
- 优化实体流体检查
|
||||
- 优化末影人传送时的区块寻找
|
||||
- 更好的原版无序配方
|
||||
|
||||
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
|
||||
- 减少不必要包的发送
|
||||
|
||||
Reference in New Issue
Block a user