* 改格式 & 大小写

* 改格式

* hotfix

* Update install.md

* hotfix

* hotfix

* hotfix

* hotfix
This commit is contained in:
是小胖呀26 2024-08-24 20:15:29 +08:00 committed by GitHub
parent b8ae7ef9dd
commit 15cfbcac7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,5 @@
---
title: 安装
sidebar_position: 2
---
@ -66,24 +65,24 @@ bedrock 所代表的是你所开放的端口,也是基岩版玩家看到的那
```yaml
bedrock:
port19132
clone-remote-portfalse
motd1"Geyser"
motd2"Another Geyser server."
server-name"Geyser"
compression-level6
enable-proxy-protocolfalse
#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:
addressauto
port25565
auth-typeonline
allow-password-authenticationtrue
use-proxy-protocolfalse
forward-hostnamefalse
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-motdtrue
passthrough-player-countstrue
passthrough-motd: true
passthrough-player-counts: true
# 请注意:如果启用了冷却时间,某些用户可能会在冷却过程中看到一个黑框,
# 可以通过进入辅助功能选项卡下的基岩设置并将“文本背景不透明度”设置为 0 来禁用此功能
show-cooldowntitle
show-cooldown: title
show-coordinatestrue
above-bedrock-nether-buildingfalse
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-typefloodgate
auth-type: floodgate
```
若 Geyser 已开启,则重启 Geyser 即可完成配置
@ -224,7 +223,7 @@ auth-typefloodgate
接下来来到群组服的 Floodgate 配置,找到 **`send-floodgate-data`** 这一项,将其修改为 `true`
```yaml
send-floodgate-datatrue
send-floodgate-data: true
```
这样子服就可以接收到来自群组服的基岩版玩家数据了,请注意在开启此项后,若子服不安装 Floodgate 则基岩版玩家则无法进入子服,但是此项很重要,若不开启,则在子服中 Floodgate 不起效果

View File

@ -144,7 +144,8 @@ Leaves > Leaf > Purpur > Paper
Leaf 相比于 Purpur 多了生电模组兼容,没多什么特性
</details>
</TabItem>
</Tabs>
:::danger