How to fix the "Flying Is Not Enabled" error¶
This error usually appears when the server thinks a player is flying without permission. Elytra, latency, or certain plugins can also trigger it.
Common fix¶
Enable allow-flight in server.properties:
Steps¶
- Open
https://panel.nexuscloud.id/. - Select your Java server.
- Go to Files.
- Open
server.properties. - Change
allow-flight=falsetoallow-flight=true. - Save the file.
- Restart the server.
Notes¶
- Paper's documentation explains that
allow-flight=trueprevents automatic kicks for players flying in survival. - This setting can help players using elytra, but it also makes the server more tolerant of fly cheats.
- If your server uses an anti-cheat, check the anti-cheat configuration as well.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud