# Bungeecord / Velocity

- [当玩家切换服务器时移除资源包](https://itemsadder.devs.beer/chinese/faq/bungeecord-velocity/remove-pack-on-server-change.md)
- [Bungeecord 单一资源包](https://itemsadder.devs.beer/chinese/faq/bungeecord-velocity/single-resourcepack-bungeecord.md): 使用网络范围资源包，避免玩家每次加入时重新下载不同的资源包
- [Bungeecord 单一资源包不同功能](https://itemsadder.devs.beer/chinese/faq/bungeecord-velocity/single-resourcepack-multiple-server.md): 在 Bungeecord 网络中使用单一资源包并在每个服务器上禁用个别功能


---

# 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://itemsadder.devs.beer/chinese/faq/bungeecord-velocity.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.
