How to disable flying for the player?

Started by escervo on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Feb 2016
Points:
712

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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?

Active 4 years ago
Joined Jun 2018
Points:
796

User statistics:

  • Modifications: 3
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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

Active 4 years ago
Joined Nov 2020
Points:
578

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.

Active 2 years ago
Joined Jan 2023
Points:
230

User statistics:

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

yeah how tf can we disable the flight

 

Active 7 hours ago
Joined Feb 2018
Points:
1990

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
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.