mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-12-15 08:10:37 +08:00
Merge branch 'main' of github.com:postyizhan/Dumb_Service_Guide
This commit is contained in:
commit
c6124d08a9
20
docs/优化/优化误区.md
Normal file
20
docs/优化/优化误区.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
# 优化插件
|
||||
|
||||
省流:无论如何都不要装任何优化插件,包括清理以及堆叠插件
|
||||
|
||||
## 扫地大妈
|
||||
|
||||
绝对没有必要,因为它们可以替换为 merge-radius 和 alt-item-despawn-rate,坦率地说,它们的可配置性低于基本的服务器配置。他们倾向于使用更多的资源来扫描和删除项目,而不是根本不删除项目。
|
||||
|
||||
## 实体堆叠插件
|
||||
|
||||
真的很难证明使用一个是合理的。堆叠自然生成的实体比根本不堆叠它们会导致更多的延迟,因为服务器不断尝试生成更多的生物。唯一“可接受”的用例是用于具有大量刷怪器的服务器上的刷怪器。
|
||||
|
||||
# 混合优化
|
||||
|
||||
基本优化不了一点呢,优化模组装不了,插件没啥用,你所能做的就是调服务端配置和升级硬件
|
||||
|
@ -8,7 +8,11 @@ sidebar_position: 2
|
||||
|
||||
最后更新:2024 年 3 月 24 日,适用于 Paper 版本 1.20.4 Build #461
|
||||
|
||||
[在这里看!](https://github.com/YouHaveTrouble/minecraft-optimization)
|
||||
[在这里看!](https://github.com/YouHaveTrouble/minecraft-optimization)(200多配置项自己看吧)
|
||||
|
||||
# 更简单的
|
||||
|
||||
自动优化脚本,[下载](https://raw.githubusercontent.com/lilingfengdev/NitWiki-Script/main/auto-optimize.py),需要Python,在服务器根目录执行,目前支持CraftBukkit,Spigot,Paper,Pufferfish,Purpur
|
||||
|
||||
# 可爱的paper酱
|
||||
|
||||
|
@ -21,6 +21,8 @@ sidebar_position: 2
|
||||
<details>
|
||||
<summary>第一步-延长种子反推</summary>
|
||||
|
||||
笨蛋脚本:[下载](https://raw.githubusercontent.com/lilingfengdev/NitWiki-Script/main/auto-antiseedcracker.py),在服务器根目录执行即可自动配置!!
|
||||
|
||||
使用paper的anti-xray
|
||||
|
||||
这是服务器核心自带的功能
|
||||
@ -95,6 +97,8 @@ feature-seeds:
|
||||
|
||||
(可直接抄作业)
|
||||
|
||||
当然,如果你是个笨蛋,你可以直接使用[脚本](https://raw.githubusercontent.com/lilingfengdev/NitWiki-Script/main/auto_antixray.py),在服务器根目录执行脚本即可自动配置!!
|
||||
|
||||
⚠警告:engine-mode: 3在1.19.3往后的版本才添加⚠
|
||||
|
||||
> 主世界推荐配置
|
||||
|
Loading…
Reference in New Issue
Block a user