Started by
ValX
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Sorry but could you tell me what you want to add the flying ability to? Item, armor or potion?
i want to know how to do it too!
Can you do it for a potion?
Nevermind guys, I figured it out. just had to use an if statement with else added to it.
Pexuls, can you elaborate more on how you disable it and got it to work?
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.