mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-11-27 07:30:14 +08:00
Update rng.md
修改字符长度免得超过120字限制(
This commit is contained in:
parent
04c174e4db
commit
27dabd491a
@ -36,7 +36,9 @@ RNG 是 **随机数生成器** 的简写。
|
||||
|
||||
# 如何防御 RNG 漏洞
|
||||
|
||||
[Paper](https://papermc.io) 核心(包括它们的分支),可以防止玩家破解 RNG 。其中, [Purpur](https://purpurmc.org/) 和 [Leaves](https://leavesmc.org/) (包括它们的分支)可以自行选择使用的 RNG 算法。
|
||||
[Paper](https://papermc.io) 核心(包括它们的分支),可以防止玩家破解 RNG 。
|
||||
|
||||
其中, [Purpur](https://purpurmc.org/) 和 [Leaves](https://leavesmc.org/) (包括它们的分支)可以自行选择使用的 RNG 算法。
|
||||
|
||||
对于 [Purpur](https://purpurmc.org/) 和 [Leaves](https://leavesmc.org/) 用户,你可以将配置改为如下 (默认就是开启的):
|
||||
|
||||
@ -54,6 +56,6 @@ RNG 是 **随机数生成器** 的简写。
|
||||
use-vanilla-random: false
|
||||
```
|
||||
|
||||
如果你使用 Paper 核心但想用回原版的 RNG 算法,请参考 [issue#7166](https://kkgithub.com/PaperMC/Paper/issues/7166) 中提到的安装 [RandomControl](https://modrinth.com/plugin/randomcontrol) 插件的方法。
|
||||
如果你使用 Paper 核心但想用回原版的 RNG 算法,请参考 [Paper#7166](https://github.com/PaperMC/Paper/issues/7166#issuecomment-998988542) 中提到的解决方法。
|
||||
|
||||
如果你使用 Gale、Leaf 等核心,你甚至无需为此担心,因为他们的 RNG 算法已经经过改良,不再是原版的 RNG 。
|
||||
|
Loading…
Reference in New Issue
Block a user