How to disable flying for the player?

Started by escervo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to disable flying for the player?

The title says it all. I've managed to enable flying using a potion effect, but now i can't find a procedure to disable it. Is it possible?

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As far as I can tell it has…
Sun, 07/14/2019 - 12:38

As far as I can tell it has not been inplemented yet but I hope it gets added soon

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In this update or a recent…
Sat, 11/21/2020 - 14:01

In this update or a recent one they added a feature to enable flight but not disable does anyone know how to disable it.

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah how tf can we disable…
Tue, 01/17/2023 - 12:46

yeah how tf can we disable the flight

 

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By the way I made an Fly…
Fri, 01/20/2023 - 15:43

By the way I made an Fly Command perfectly.

The Procedure Block is something like a conditional Block. If you put in the logic field the right condition and if this condition is true the flying is enabled but if is it false the flying get disabled.