From 15cfbcac7c85980a4ce463b5032d8ac1ff22741e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:15:29 +0800 Subject: [PATCH] hotfix (#247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 改格式 & 大小写 * 改格式 * hotfix * Update install.md * hotfix * hotfix * hotfix * hotfix --- .../Geyser/introduction/install.md | 47 +++++++++---------- docs-java/start/server-core-choose.md | 3 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs-java/process/mobile-player/Geyser/introduction/install.md b/docs-java/process/mobile-player/Geyser/introduction/install.md index a4cd335af..bb2eb67d2 100644 --- a/docs-java/process/mobile-player/Geyser/introduction/install.md +++ b/docs-java/process/mobile-player/Geyser/introduction/install.md @@ -1,6 +1,5 @@ --- title: 安装 - sidebar_position: 2 --- @@ -66,24 +65,24 @@ bedrock 所代表的是你所开放的端口,也是基岩版玩家看到的那 ```yaml bedrock: - port:19132 - clone-remote-port:false - motd1:"Geyser" - motd2:"Another Geyser server." - server-name:"Geyser" - compression-level:6 - enable-proxy-protocol:false - #proxy-protocol-whitelisted-ips:[ "127.0.0.1","172.18.0.0/16" ] + port: 19132 + clone-remote-port: false + motd1: "Geyser" + motd2: "Another Geyser server." + server-name: "Geyser" + compression-level: 6 + enable-proxy-protocol: false + # proxy-protocol-whitelisted-ips:[ "127.0.0.1","172.18.0.0/16" ] ``` ```yaml remote: - address:auto - port:25565 - auth-type:online - allow-password-authentication:true - use-proxy-protocol:false - forward-hostname:false + address: auto + port: 25565 + auth-type: online + allow-password-authentication: true + use-proxy-protocol: false + forward-hostname: false ``` ### Bedrock 项 **`port`**:其代表你向基岩版玩家所开放的端口,在设置端口时请不要低于 10000 @@ -106,15 +105,15 @@ remote: 这里挑几个重点 ```yaml -passthrough-motd:true -passthrough-player-counts:true +passthrough-motd: true +passthrough-player-counts: true # 请注意:如果启用了冷却时间,某些用户可能会在冷却过程中看到一个黑框, # 可以通过进入辅助功能选项卡下的基岩设置并将“文本背景不透明度”设置为 0 来禁用此功能 -show-cooldown:title +show-cooldown: title -show-coordinates:true -above-bedrock-nether-building:false +show-coordinates: true +above-bedrock-nether-building: false ``` **`passthrough-motd`**:把 Java 版本的 MOTD 发送给基岩版 @@ -172,7 +171,7 @@ Floodgate 是一个允许 **Minecraft 基岩版** 帐号加入 **Minecraft Java 安装 Floodgate 后,打开配置文件,注意到以下项 ```yaml -username-prefix:"." +username-prefix: "." ``` 这是 Floodgate 为了区分基岩版玩家和 Java 版玩家,而在基岩版玩家名称前添加的前缀 @@ -196,7 +195,7 @@ username-prefix:"." 于是将前缀修改为诸如 `BE_` 这类的合法字符即可解决第二个问题 ```yaml -username-prefix:"BE_" +username-prefix: "BE_" ``` ### 独立版Geyser配置 @@ -208,7 +207,7 @@ username-prefix:"BE_" ```yaml remote: -auth-type:floodgate +auth-type: floodgate ``` 若 Geyser 已开启,则重启 Geyser 即可完成配置 @@ -224,7 +223,7 @@ auth-type:floodgate 接下来来到群组服的 Floodgate 配置,找到 **`send-floodgate-data`** 这一项,将其修改为 `true` ```yaml -send-floodgate-data:true +send-floodgate-data: true ``` 这样子服就可以接收到来自群组服的基岩版玩家数据了,请注意在开启此项后,若子服不安装 Floodgate 则基岩版玩家则无法进入子服,但是此项很重要,若不开启,则在子服中 Floodgate 不起效果 diff --git a/docs-java/start/server-core-choose.md b/docs-java/start/server-core-choose.md index 1565f45b7..d6f7a1c3a 100644 --- a/docs-java/start/server-core-choose.md +++ b/docs-java/start/server-core-choose.md @@ -144,7 +144,8 @@ Leaves > Leaf > Purpur > Paper Leaf 相比于 Purpur 多了生电模组兼容,没多什么特性 - + + :::danger