Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Skills
Conditions
isflying
isflying
· Changes
Page history
Merge branch 'master' of
https://git.lumine.io/mythiccraft/MythicMobs.wiki
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/isflying.md
0 → 100644
View page @
8f46bf4a
## Description
Checks if the evaluated player is flying. Only really works for creative-type fly. To check if an entity is gliding via the use of an elytra, use the
[
Gliding condition
](
/skills/conditions/gliding
)
.
## Attributes
*This condition has no attributes*
## Examples
```
yaml
TargetConditions
:
-
isFlying
true
```
## Aliases
-
[x] flying
\ No newline at end of file