9
0
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:
violetc
2022-10-09 15:09:22 +08:00
parent f692e6ad2b
commit b280c05a0b
4 changed files with 12 additions and 14 deletions

View File

@@ -7,8 +7,6 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves
> You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md) > You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
> Waring: This fork will have low mspt as Paper
## 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.
@@ -25,7 +23,7 @@ Leaves-API maven dependency:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId> <artifactId>leaves-api</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version> <version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -35,7 +33,7 @@ Leaves-Server maven dependency:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId> <artifactId>leaves</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version> <version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```

View File

@@ -7,8 +7,6 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves
> 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容 > 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容
> 此服务端的性能可能会略低于Paper原版 并不适合所有服务器使用
## 对于服务器管理员 ## 对于服务器管理员
此分支使用与Paper一致的paperclip分发 此分支使用与Paper一致的paperclip分发
@@ -24,7 +22,7 @@ Leaves-API:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId> <artifactId>leaves-api</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version> <version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -34,7 +32,7 @@ Leaves-Server:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId> <artifactId>leaves</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version> <version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```

View File

@@ -23,7 +23,7 @@ Leaves Modification
- Budding Amethyst can push by piston - Budding Amethyst can push by piston
- Spectator don't get Advancement - Spectator don't get Advancement
- Use stick and shift to ArmorStand can modify ArmorStand's arm status - 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 ## Performance
@@ -31,7 +31,7 @@ Leaves Modification
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) > Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- Optimize mob spawning - Optimize mob spawning
- Multithreaded Tracker - Multithreaded Tracker (updating)
- Fix Paper#6045 - Fix Paper#6045
- Optimize entity coordinate key - Optimize entity coordinate key
- Optimize suffocation - Optimize suffocation
@@ -49,11 +49,12 @@ Leaves Modification
- Remove iterators from inventory contains - Remove iterators from inventory contains
- Remove streams from getting nearby players - Remove streams from getting nearby players
- Remove streams and iterators from range check - Remove streams and iterators from range check
- Async Pathfinding - Async Pathfinding (updating)
- Cache climbing check for activation - Cache climbing check for activation
- Use aging cache for biome temperatures - Use aging cache for biome temperatures
- Reduce entity fluid lookups if no fluids - Reduce entity fluid lookups if no fluids
- Reduce chunk loading & lookups - Reduce chunk loading & lookups
- Simpler Vanilla ShapelessRecipes comparison
> 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

View File

@@ -23,7 +23,7 @@ Leaves Modification
- 紫水晶母岩可以被活塞推动 - 紫水晶母岩可以被活塞推动
- 观察者不会获得进度 - 观察者不会获得进度
- 对盔甲架下蹲使用木棍可以修改盔甲架的手臂状态 - 对盔甲架下蹲使用木棍可以修改盔甲架的手臂状态
- 删除玩家聊天内的签名 - 删除玩家聊天内的签名 (可以替代NoChatReportMod的服务器侧)
## 性能 ## 性能
@@ -31,7 +31,7 @@ Leaves Modification
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) > Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- 生物生成优化 - 生物生成优化
- 异步实体追踪 - 异步实体追踪 (正在升级 暂不可用)
- 修复Paper#6045 - 修复Paper#6045
- 实体坐标键优化 - 实体坐标键优化
- 窒息检测优化 - 窒息检测优化
@@ -49,11 +49,12 @@ Leaves Modification
- 删除容器检查中的iterators - 删除容器检查中的iterators
- 删除玩家检测中的流 - 删除玩家检测中的流
- 删除范围检查中的流和iterators - 删除范围检查中的流和iterators
- 异步实体寻路 - 异步实体寻路 (正在升级 暂不可用)
- 缓存实体攀爬检测 - 缓存实体攀爬检测
- 使用更好的生物群系温度缓存 - 使用更好的生物群系温度缓存
- 优化实体流体检查 - 优化实体流体检查
- 优化末影人传送时的区块寻找 - 优化末影人传送时的区块寻找
- 更好的原版无序配方
> Powered by [Purpur](https://github.com/PurpurMC/Purpur) > Powered by [Purpur](https://github.com/PurpurMC/Purpur)
- 减少不必要包的发送 - 减少不必要包的发送