From 995807b14f35a4189f8146bf53d08dfe867e3753 Mon Sep 17 00:00:00 2001
From: SerinaNya <34389622+SerinaNya@users.noreply.github.com>
Date: Fri, 7 Jun 2024 00:06:55 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=92=A9=20update:=20Velocity?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/yggdrasil/authlib-injector.md | 17 ++++++++---------
docs/yggdrasil/multilogin.md | 25 ++++++++-----------------
2 files changed, 16 insertions(+), 26 deletions(-)
diff --git a/docs/yggdrasil/authlib-injector.md b/docs/yggdrasil/authlib-injector.md
index 7fd8b90..2fc10da 100644
--- a/docs/yggdrasil/authlib-injector.md
+++ b/docs/yggdrasil/authlib-injector.md
@@ -52,15 +52,14 @@ fetch('https://authlib-injector.yushi.moe/artifact/latest.json').then(r => r.jso
## Velocity
-新式转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
-
-::: tip 提示
-本文仅会对「为新式转发配置 LittleSkin Yggdrasil 外置登录」做出说明。
-
-本案例使用 Velocity modern forwarding + Paper 作为示例。
-
-具体的 Velocity 配置请结合参考 [Velocity 文档](https://docs.papermc.io/velocity/player-information-forwarding#configuring-modern-forwarding)。
-:::
+摩登转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
+
+> [!TIP] 提示
+> 本文仅会对「为 Velocity 摩登转发配置 LittleSkin 外置登录」做出说明。
+>
+> 本案例使用 Velocity + Paper 作为示例。
+>
+> 具体的 Velocity 配置请结合参考 [Velocity 文档](https://docs.papermc.io/velocity/player-information-forwarding#configuring-modern-forwarding)。
diff --git a/docs/yggdrasil/multilogin.md b/docs/yggdrasil/multilogin.md
index 53cf35f..aa6084d 100644
--- a/docs/yggdrasil/multilogin.md
+++ b/docs/yggdrasil/multilogin.md
@@ -49,25 +49,16 @@ yggdrasilAuth:
## Velocity
-::: tip 提示
-
-本文采用的测试环境如下:
-
-- Velocity `3.3.0-SNAPSHOT git-53923ed8-b351`
-
-- Paper `1.20.1 git-Paper-196`
-
-- MultiLogin `git:dba4e6c`
-
-:::
-
-::: warning 警告
+### 1. 配置 Velocity 转发
-截至发稿时,MultiLogin 的最新正式版本仍无法在 Velocity 3.3.0 上运行,故采用开发版本进行测试。
+摩登转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
-:::
-
-### 1. 配置 Velocity 转发
+> [!TIP] 提示
+> 本文仅会对「为 Velocity 摩登转发配置 LittleSkin 外置登录」做出说明。
+>
+> 本案例使用 Velocity + Paper + MultiLogin 作为示例。
+>
+> 具体的 Velocity 配置请结合参考 [Velocity 文档](https://docs.papermc.io/velocity/player-information-forwarding#configuring-modern-forwarding)。
From d2250120c32c50d4875ca63a2e497ecfd30f60dd Mon Sep 17 00:00:00 2001
From: SerinaNya <34389622+SerinaNya@users.noreply.github.com>
Date: Fri, 7 Jun 2024 23:35:21 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=AC=20update:=20=E6=91=A9=E7=99=BB?=
=?UTF-8?q?=E8=BD=AC=E5=8F=91=20to=20->=20=5F=E7=8E=B0=E4=BB=A3=E5=8C=96?=
=?UTF-8?q?=E8=BD=AC=E5=8F=91=5F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/yggdrasil/authlib-injector.md | 4 ++--
docs/yggdrasil/multilogin.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/yggdrasil/authlib-injector.md b/docs/yggdrasil/authlib-injector.md
index 2fc10da..3121419 100644
--- a/docs/yggdrasil/authlib-injector.md
+++ b/docs/yggdrasil/authlib-injector.md
@@ -52,10 +52,10 @@ fetch('https://authlib-injector.yushi.moe/artifact/latest.json').then(r => r.jso
## Velocity
-摩登转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
+现代化转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
> [!TIP] 提示
-> 本文仅会对「为 Velocity 摩登转发配置 LittleSkin 外置登录」做出说明。
+> 本文仅会对「为 Velocity 现代化转发配置 LittleSkin 外置登录」做出说明。
>
> 本案例使用 Velocity + Paper 作为示例。
>
diff --git a/docs/yggdrasil/multilogin.md b/docs/yggdrasil/multilogin.md
index aa6084d..c01d131 100644
--- a/docs/yggdrasil/multilogin.md
+++ b/docs/yggdrasil/multilogin.md
@@ -51,10 +51,10 @@ yggdrasilAuth:
### 1. 配置 Velocity 转发
-摩登转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
+现代化转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
> [!TIP] 提示
-> 本文仅会对「为 Velocity 摩登转发配置 LittleSkin 外置登录」做出说明。
+> 本文仅会对「为 Velocity 现代化转发配置 LittleSkin 外置登录」做出说明。
>
> 本案例使用 Velocity + Paper + MultiLogin 作为示例。
>
From 3d8c5914f3bd6dace5bf98c791313811d83f5208 Mon Sep 17 00:00:00 2001
From: SerinaNya <34389622+SerinaNya@users.noreply.github.com>
Date: Tue, 11 Jun 2024 19:04:13 +0800
Subject: [PATCH 3/3] remove: modern forwarding translation
---
docs/yggdrasil/authlib-injector.md | 4 ++--
docs/yggdrasil/multilogin.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/yggdrasil/authlib-injector.md b/docs/yggdrasil/authlib-injector.md
index 3121419..078b5aa 100644
--- a/docs/yggdrasil/authlib-injector.md
+++ b/docs/yggdrasil/authlib-injector.md
@@ -52,10 +52,10 @@ fetch('https://authlib-injector.yushi.moe/artifact/latest.json').then(r => r.jso
## Velocity
-现代化转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
+Modern forwarding 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
> [!TIP] 提示
-> 本文仅会对「为 Velocity 现代化转发配置 LittleSkin 外置登录」做出说明。
+> 本文仅会对「为 Velocity modern forwarding 配置 LittleSkin 外置登录」做出说明。
>
> 本案例使用 Velocity + Paper 作为示例。
>
diff --git a/docs/yggdrasil/multilogin.md b/docs/yggdrasil/multilogin.md
index c01d131..e58babc 100644
--- a/docs/yggdrasil/multilogin.md
+++ b/docs/yggdrasil/multilogin.md
@@ -51,10 +51,10 @@ yggdrasilAuth:
### 1. 配置 Velocity 转发
-现代化转发 (modern forwarding) 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
+Modern forwarding 是 Velocity 支持的一种独创格式。它以高效的二进制格式转发所有玩家信息。但是,它仅适用于 Minecraft 1.13 或更高版本。
> [!TIP] 提示
-> 本文仅会对「为 Velocity 现代化转发配置 LittleSkin 外置登录」做出说明。
+> 本文仅会对「为 Velocity modern forwarding 配置 LittleSkin 外置登录」做出说明。
>
> 本案例使用 Velocity + Paper + MultiLogin 作为示例。
>