# 什么是群组服

群组服是由多个子服务器和一个反向代理服务器组成的服务器集群.

玩家只需要连接至反向代理服务器就可以在游戏中使用命令来切换子服务器, 从而游玩不同的内容.

若未特殊说明, 每个子服务器的背包, 经验, 聊天信息并不相通, 游戏内容也完全不一致.

第一次连接到 211 服务器时, 将进入大厅服务器, 大厅服务器没有任何游玩内容, 请使用命令来切换到其他子服务器.

在聊天栏中输入

```
/server {serverName}
```

![](/files/-MZMsAZhoqZ3sn5LK1lM)

其中, `serverName` 是变量, 代表子服务器名.

目前已有的子服务器:

* `lobby` 大厅服务器
* `main` 生存服务器(尚未开服)
* `skyblock` 空岛服务器
* `game` 小游戏服务器(企划中)

以进入空岛服为例, 请输入以下命令

```
/server skyblock
```

切换子服务器的命令在任何子服务器中可用, 并非只有在大厅服务器中可用.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mc-help.211server.com/zi-fu-wu-qi/shen-me-shi-qun-zu-fu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
