Player always flying

Started by Minecraft Mathers on

Topic category: General discussion

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player always flying

For some reason the player can fly, no matter which class and with no armor/baubles on in survival. I checked all tick based procedures and none allowed to fly without any armor/bauble AND ITS DRIVING ME INSANE I JUST CANT

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could it be you've enabled…
Sat, 10/18/2025 - 14:12

could it be you've enabled no gravity?

otherwise open your project in something like vscode and search all the files for,

.getAbilities().mayfly

or

.getAbilities().flying
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm, i figured out i'm a…
Sat, 10/18/2025 - 18:29

nvm, i figured out i'm a buggy little dumdum, and managed to bug my armor (with allow fly if true) to work even after death, i just disabled the flying part :3