# Kick flight on join

## The kick problem

Some servers may think you're flying while the resourcepack is installing, depends on where is your spawn location.

You may get this error: <mark style="color:red;">"Flying is not enabled on this server"</mark>, or getting kicked by an **anticheat**.

## How to fix?

Disable the `hide-hud` feature in the `config.yml` file of **ItemsAdder**.

```yaml
  protect-player:
    black-screen: true
    hide-hud: false
```

## Still having the issue

Enable this option in `server.properties` file:

{% code title="server.properties" %}

```properties
allow-flight=true
```

{% endcode %}

This setting will not make your players to be able to fly, just Minecraft server will not kick them on flying without permission.\
To prevent hacking because of this setting, is good to use an **AntiCheat**.


---

# 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/faq/kick-flight-on-join.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.
