+跨服端 加入服务器

This commit is contained in:
postyizhan 2024-05-24 18:13:41 +08:00
parent 16f57011d2
commit aebec71b4c

View File

@ -4,4 +4,85 @@ sidebar_position: 3
# 加入服务器
TODO
在客户端点击加入服务器,输入你的跨服端的地址,连接即可。
# 连接到子服
## `/server` 命令
```
/server 子服名字
```
即可 不过不建议用 `/server` 详见 [此处](/docs/跨服端/注意事项.md#不要给玩家server权限)
## npc
### Citizens2
https://wiki.citizensnpcs.co/NPC_Commands#Bungee
```
/npc command add -p server MyServerName
```
### Adyeshach
ady没有跨服动作你可以导入其他插件的跨服动作来使用
如安装Invero插件后
```
kether: import invero connect 子服名
```
或者使用command。。。
### ZNPCs
https://github.com/gonalez/znpcs/wiki/Commands#server
```
/znpcs action <id> add SERVER <server>
- <id> 是 NPC 的 id.
- <server> 是子服名字.
```
## 菜单
### ChestCommands
https://filoghost.me/docs/chest-commands/actions
```
ACTIONS:
- 'server: hub'
```
### DeluxeMenus
https://wiki.helpch.at/helpchat-plugins/deluxemenus/files
```
- '[connect] <serverName>'
```
### TrMenu
#### v3
https://hhhhhy.gitbook.io/trmenu-v3/menu/action/types#kua-fu-chuan-song
```
- 'server: Lobby'
```
#### v4 Invero
文档没写
```
- 'connect 子服名'
```