description | icon |
---|---|
Players get kicked while installing the resourcepack |
plane-engines |
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.
Disable the hide-hud
feature in the config.yml
file of ItemsAdder.
protect-player:
black-screen: true
hide-hud: false
Enable this option in server.properties
file:
{% code title="server.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.