Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 696 Bytes

kick-flight-on-join.md

File metadata and controls

31 lines (21 loc) · 696 Bytes
description
Players get kicked while installing the resourcepack

🥾 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: "Flying is not enabled on this server", or getting kicked by an anticheat.

How to fix?

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

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

Still having the issue

Enable this option in server.properties file:

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

allow-flight=true

{% endcode %}