How do I disable fall damage?
Getting Started
When you want to disable fall damage on your server, you will need to use a gamerule. Gamerules are used to enable or disable many different things.
With gamerules, you will use true to enable it, and false to disable it.
To use a gamerule you either need to be OP or do it from console.
Need to OP yourself? How do I op someone on Java Edition?
Disabling Fall Damage
Now, to disable fall damage you will use the gamerule. The game rule usage is listed below.
In-game:
/gamerule fallDamage false
In Console:
gamerule fallDamage false
Enabling Fall Damage
If you want to enable fall damage, you would do the opposite of disabling it.
In-game:
/gamerule fallDamage true
In Console:
gamerule fallDamage true
Updated on: 10/30/2020
Thank you!