mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-01-30 15:50:31 +08:00
+跨服端 加入服务器
This commit is contained in:
parent
16f57011d2
commit
aebec71b4c
@ -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 子服名'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user