Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 增加 无法链接到后端服务器 后端服务器正版验证未关闭 #239

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ Minecraft 服务端,是 Minecraft 游戏本身一大组成部分。通俗来

### 模组服务端

| 服务端名称 | 官网链接 | 开发者 |
| ---------- | --------------------------------------------------------- | ---------------------------------- |
| 服务端名称 | 官网链接 | 开发者 |
| ---------- | --------------------------------------------------------- | ---------------------------------- |
| Forge | [Forge Forums](https://forums.minecraftforge.net/) | MinecraftForge |
| Fabric | [Fabric 官方网站](https://fabricmc.net/) | FabricMC |
| …… | …… | …… |
| NeoForge | [NeoForge官网](https://neoforged.net/) | NeoForged Foundation |
| …… | …… | …… |

### 混合服务端

Expand Down
23 changes: 23 additions & 0 deletions docs/server/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,26 @@
## BungeeCord 及其衍生服务端

## Velocity 及其衍生服务端

### 无法链接到后端服务器

解释:Velocity 无法链接到你设定的服务器上。

解决方案:检查后端服务器是否开启,或检查配置文件中的链接地址是否正确。

关键词:
```
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information:
Caused by: java.net.ConnectException: Connection refused: no further information
```

### 后端服务器正版验证未关闭

解释:后端服务器开启了正版验证

解决方案:打开服务端所在目录下的 `server.properties`,修改 `online-mode` 的值为 `false`。

关键词:
```
java.lang.IllegalStateException: Backend server is online-mode!
```
Loading