|
**Description**: checks if the evaluated player is flying. Only really works for creative-type fly, not elytras and the like
|
|
## 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*
|
|
|
|
|
|
|
|
|
|
**Attributes**
|
|
## Examples
|
|
|
|
```yaml
|
|
| Attribute | Alias | Description | Default |
|
|
TargetConditions:
|
|
|-----------|-------------|-------------------------------------------------------------------------------------------------|---------|
|
|
- isFlying true
|
|
| none | | none | none |
|
|
```
|
|
|
|
|
|
|
|
|
|
Examples
|
|
## Aliases
|
|
---
|
|
- [x] flying |
|
```
|
|
\ No newline at end of file |
|
TargetConditions:
|
|
|
|
- isFlying true
|
|
|
|
``` |
|
|
|
\ No newline at end of file |
|
|