Name | flying_fall_damage |
Object | PlayerTag |
Input | ElementTag(Boolean) |
Related Tags | <PlayerTag.flying_fall_damage> Returns whether the player will take fall damage while PlayerTag.can_fly is true.
<PlayerTag.can_fly> Returns whether the player is allowed to fly. (...)
|
Description | Sets whether the player will take fall damage while PlayerTag.can_fly is true. |
Generated Example |
|
Group | paper |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L181 |