Temporarily Flying?

Started by Pexuls on

Topic category: Help with modding (Java Edition)

Last seen on 03:24, 19. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Temporarily Flying?

Hey so, I wanted to see if there was a way such that, for a only certain time, you can fly in creative mode. and YES, I've tried the fly block procedures, but I'm not sure how to DISABLE the flying after a few minutes? Is there a way to disable the flying ability after a while or not?

Last seen on 07:34, 25. Oct 2023
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry but could you tell me…
Sun, 06/19/2022 - 02:43

Sorry but could you tell me what you want to add the flying ability to? Item, armor or potion?

Last seen on 02:04, 2. Oct 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i want to know how to do it…
Sun, 06/19/2022 - 04:27

i want to know how to do it too!

 

Last seen on 03:24, 19. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you do it for a potion?
Sun, 06/19/2022 - 11:31

Can you do it for a potion?

Last seen on 03:24, 19. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind guys, I figured it…
Sun, 06/19/2022 - 20:33

Nevermind guys, I figured it out. just had to use an if statement with else added to it.

Last seen on 01:48, 1. Dec 2023
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Pexuls, can you elaborate…
Sat, 11/19/2022 - 23:54

Pexuls, can you elaborate more on how you disable it and got it to work?

Last seen on 03:24, 19. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If: event-target-entity has…
Sun, 11/20/2022 - 00:52

If: event-target-entity has potion: Flying -
Allow event-target-entity to fly if true, otherwise dont.

Else: If Not Is event-target-entity in game-mode Creative,
Make Event-target-entity fly if false, otherwise dont.