> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/itemsadder-doc/shou-ci-shi-yong/jie-jue-ti-chu-wen-ti.md).

# 解决踢出问题

**在加载资源包时你是否总是因“Flying is not enabled on this server”被踢出服务器？**

不止在这种情况，我们在很多情况下都会遇到各种各样因各种问题导致自己被服务器踢出，并收到一条英文提示。此时，最好的解决办法之一就是理解这条提示，这里翻译过来是“飞行在这个服务器是不允许的”。

导致这种情况的原因是在加载资源包时，ItemsAdder 为了保护玩家在此时不受其他情况影响，玩家保持不动，服务器误判为玩家在飞行。鉴于服务端自带的该检测非常鸡肋，所以我们可以关闭这个检测。

在你的服务器的根目录（也就是服务端核心所在的那个目录），打开 `server.properties` 文件，找到里面的 `allow-flight` 选项，将其改为 `true`。

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.superiormc.cn/itemsadder-doc/shou-ci-shi-yong/jie-jue-ti-chu-wen-ti.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
