generated from postyizhan/Wiki-Template
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbb1473
commit d2f510c
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,8 @@ sidebar_position: 2 | |
|
||
**注意事项:** | ||
|
||
- 自 4.0.0 版本开始,AuthMeVelocity 需要在 Velocity 和服务端分别部署两个不同的文件,而不是像旧版本那样在 Velocity 和服务端部署相同的文件。在 Modrinth 下载这些文件时,最好点击页面右上角的 Download (下载),或前往插件的 [Versions](https://modrinth.com/plugin/authmevelocity/versions) 页面,分别下载适用于 Velocity 和 Folia/Paper/Purpur 的文件。 | ||
- 自 4.0.0 版本开始,AuthMeVelocity 需要在 Velocity 和服务端分别部署两个不同的文件,而不是像旧版本那样在 Velocity 和服务端部署相同的文件。 | ||
- 在 Modrinth 下载这些文件时,最好点击页面右上角的 Download (下载),或前往插件的 [Versions](https://modrinth.com/plugin/authmevelocity/versions) 页面,分别下载适用于 Velocity 和 Folia/Paper/Purpur 的文件。 | ||
Check failure on line 51 in docs-java/process/cross-server/plugin/velocity.md GitHub Actions / deployLine length
|
||
- 下载适用于 Floia/Paper/Purpur 的文件时,需注意自 4.1.2 版本开始不再支持 1.19.x 及以下版本 | ||
- 在 Velocity 端安装好 AuthMeVelocity 后,需编辑 `plugins\authmevelocity` 中的config.conf文件,将其中的 `auth-servers` 配置项修改为登录服的服务器 | ||
```conf | ||
|
@@ -58,7 +59,8 @@ auth-servers=[ | |
``` | ||
至于 Folia/Paper/Purpur 端则不需要修改任何配置,保证插件正常工作即可 | ||
如果未修改 AuthMeVelocity 的配置,可能导致所有玩家无法进入服务器,提示连接超时 | ||
- **不要移除 Folia/Paper/Purpur 端的 AuthMe 插件**,保证其和 AuthMeVelocity 插件都被加载,因为 AuthMeVelocity 需要和 AuthMe 配合工作。若 AuthMe 未被加载则会导致 AuthMeVelocity 要求玩家登录但玩家却无法登录,导致所有人无法正常在服务器中游玩 | ||
- **不要移除 Folia/Paper/Purpur 端的 AuthMe 插件**,保证其和 AuthMeVelocity 插件都被加载,因为 AuthMeVelocity 需要和 AuthMe 配合工作。 | ||
若 AuthMe 未被加载则会导致 AuthMeVelocity 要求玩家登录但玩家却无法登录,导致所有人无法正常在服务器中游玩 | ||
- 如果在 AuthMeVelocity 被加载时出现形如以下报错: | ||
```shell | ||
java.lang.RuntimeException: Failed to download library | ||
|