Skip to content

Commit

Permalink
更新混合端介绍
Browse files Browse the repository at this point in the history
从流程图移除CatRoom, 目前分不了类
  • Loading branch information
HaHaWTH authored Dec 8, 2024
1 parent b8c4a7c commit 49d988e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs-java/start/server-core-choose/hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ flowchart TD
A[服务端版本]
A --> 1.7.10 --> Crucible
A --> 1.12.2
1.12.2 --> 性能 --> CatRoom
1.12.2 --> 稳定 --> CatServer
A --> 1.16.5/1.18.2 --> CatServer
A --> 1.19+ --> Mohist/Arclight
Expand All @@ -32,10 +31,10 @@ flowchart TD
|--------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|
| [Crucible](https://github.com/CrucibleMC/Crucible) | Thermos的分支,目前还在积极维护,完全兼容Thermos | 推荐 | [McRes](https://www.123pan.com/s/HRhfjv-3ey8v.html) | 1.7.10 |
| [CatServer](https://catmc.org/) | (推荐,但我真不喜欢核心内置广告)。既可以加入 Mod 又可以加入插件缺点:部分插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug。 | 推荐1.12.2 | [McRes](https://mcres.cn/downloads/catserver.html) [FastMirror](https://www.fastmirror.net/#/download/CatServer) [MCSL](https://sync.mcsl.com.cn/core/CatServer) | 1.12.2/1.16.5/1.18.2/ |
| [CatRoom](https://github.com/NovaEngineering-Source/CatRoom) | CatServer + Cleanroom 的版本,拥有更好的性能,下载完后记得安装 [Fugue](https://www.mcmod.cn/class/13259.html)[Scalar](https://www.mcmod.cn/class/14677.html) | 推荐1.12.2 | [NitWikit](https://dl.yizhan.wiki/plugins/cleanroom-0.2.3-alpha-universal.jar) | 1.12.2 | |
| [Mohist](https://mohistmc.com/software/mohist) | 兼容paper的一些插件支持,兼容 Mod 和插件;缺点:比较多插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug。 | 推荐高版本 | [McRes](https://mcres.cn/downloads/mohist.html) [FastMirror](https://www.fastmirror.net/#/download/Mohist) [原子云](https://res.nullatom.com/Minecraft/Server/Mohist/) [MCSL](https://sync.mcsl.com.cn/core/Mohist) | 1.12.2/1.16.5/1.18+ |
| [CatRoom](https://github.com/NovaEngineering-Source/CatRoom) | CatServer + Cleanroom 的版本,拥有更新的 Mod 开发工具链,下载完后记得安装 [Fugue](https://www.mcmod.cn/class/13259.html)[Scalar(如果你有用 Scala 编写的 Mod)](https://www.mcmod.cn/class/14677.html) | 推荐1.12.2 | [NitWikit](https://dl.yizhan.wiki/plugins/cleanroom-0.2.3-alpha-universal.jar) | 1.12.2 | |

Check failure on line 34 in docs-java/start/server-core-choose/hybrid.md

View workflow job for this annotation

GitHub Actions / deploy

Table column count

docs-java/start/server-core-choose/hybrid.md:34:479 MD056/table-column-count Table column count [Expected: 5; Actual: 6; Too many cells, extra data will be missing] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md056.md

Check failure on line 34 in docs-java/start/server-core-choose/hybrid.md

View workflow job for this annotation

GitHub Actions / deploy

Table column count

docs-java/start/server-core-choose/hybrid.md:34:479 MD056/table-column-count Table column count [Expected: 5; Actual: 6; Too many cells, extra data will be missing] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md056.md
| [Mohist](https://mohistmc.com/software/mohist) | 兼容 Paper 的一些插件支持,兼容 Mod 和插件;缺点:比较多插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug。 | 推荐高版本 | [McRes](https://mcres.cn/downloads/mohist.html) [FastMirror](https://www.fastmirror.net/#/download/Mohist) [原子云](https://res.nullatom.com/Minecraft/Server/Mohist/) [MCSL](https://sync.mcsl.com.cn/core/Mohist) | 1.12.2/1.16.5/1.18+ |
| [Arclight-Forge](https://github.com/IzzelAliz/Arclight) | - | 推荐高版本 | [FastMirror](https://www.fastmirror.net/#/download/Arclight) [McRes](https://mcres.cn/downloads/arclight.html) [MCSL](https://sync.mcsl.com.cn/core/Arclight) | 1.16.5+ |
| [Sponge](https://spongepowered.org/]Sponge) | 可加入sponge插件,支持 Mod,优化极强,而且服务器兼容性更高,对于线程优化能力更强,负载更好。缺点:即使你用了很多办法也很难让bukkit插件稳定运行;sponge插件特别少;启动速度特别慢。操作特别难,与前面的完全不相同。 | 不推荐新手使用 | [McRes](https://mcres.cn/downloads/spongeforge.html) [FastMirror](https://www.fastmirror.net/#/download/SpongeForge) [MCSL](https://sync.mcsl.com.cn/core/SpongeForge) | 没用过,不知道 |
| [Sponge](https://spongepowered.org/]Sponge) | 可加入sponge插件,支持 Mod,优化极强,而且服务器兼容性更高,对于线程优化能力更强,负载更好。缺点:即使你用了很多办法也很难让 Bukkit 插件稳定运行;Sponge插件特别少;启动速度特别慢。操作特别难,与前面的完全不相同。 | 不推荐新手使用 | [McRes](https://mcres.cn/downloads/spongeforge.html) [FastMirror](https://www.fastmirror.net/#/download/SpongeForge) [MCSL](https://sync.mcsl.com.cn/core/SpongeForge) | 没用过,不知道 |

:::tip Mo与Arc

Expand Down

0 comments on commit 49d988e

Please sign in to comment.