Skip to content

Commit

Permalink
呜呜又忘写东西了
Browse files Browse the repository at this point in the history
  • Loading branch information
“postyizhan” committed Nov 15, 2024
1 parent 8c6c337 commit b9df1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs-java/process/cross-server/build-up/Velocity/build-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ import TabItem from '@theme/TabItem';

- 使用名为 **ProxyCompatibleForge** 的 mod,可以在 Forge **1.16.5 或更高版本** 的修改过的服务器上使用 Velocity 现代转发。

</TabItem>
<TabItem value="传统 BungeeCord 兼容转发 (Legacy Forwarding)" label="legacy" default>

:::warning
Expand Down Expand Up @@ -169,6 +170,7 @@ import TabItem from '@theme/TabItem';

**警告**:不再有任何积极支持传统转发的 mod。**请改用 Velocity 现代转发**

</TabItem>
</Tabs>

## 加入
Expand Down
3 changes: 2 additions & 1 deletion docs-java/process/cross-server/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import TabItem from '@theme/TabItem';
| `/server` | `bungeecord.command.server` | 送到指定子服务器,这个权限默认是高于Bukkit插件权限的,也就是说玩家可以在未登录之前使用此命令跳转到另外一个服务器,如果另外的服务器没登陆插件,那么通过此方法就可以使用到OP账号 |

<!--markdownlint-enable line-length-->
</TabItem>

<TabItem value="Velocity" label="velocity" default>

Expand All @@ -48,5 +49,5 @@ import TabItem from '@theme/TabItem';
| `/send` | `velocity.command.send` | 他们可以将其他玩家(或代理上的所有玩家)发送到另一个服务器。 |

<!--markdownlint-enable line-length-->

</TabItem>
</Tabs>

0 comments on commit b9df1f6

Please sign in to comment.