forgivingvoid-common.toml
returnToLastGroundedBoolean

Set to true to make Forgiving Void return the player to the sky above their last grounded position instead of their current position. Prevents players from using Forgiving Void to fly across larger distances.

Default value
true
disableVanillaAntiCheatWhileFallingBoolean

Set to true if players are rubber-banding while falling through the void. If you're hosting a public server, you should only do this if you have proper anti-cheat installed.

Default value
true
fallingHeightInteger

The height from which the player will be falling after falling through the void.

Default value
300
damageOnFallModeDamageOnFallMode

Set to ABSOLUTE for absolute fall damage in half hearts, RELATIVE_CURRENT for a percentage of their current health, or RELATIVE_MAX for a percentage of their max health.

Default value
ABSOLUTE
Valid values
ABSOLUTERELATIVE_CURRENTRELATIVE_MAX
preventDeathBoolean

Prevent death on void fall (limits damage to leave at least 0.5 hearts)

Default value
false
damageOnFallFloat

The amount of damage applied to the player when they land.

Default value
19.0
triggerAtDistanceBelowInteger

The distance to the minimum y level at which Forgiving Void should forgive the player and send them towards the sky.

Default value
32
tridentForgivenessBoolean

Set to true to have tridents with loyalty be affected by Forgiving Void. Not supported on Forge.

Default value
false
dimensionAllowListSet

List of dimension ids to be allowed for Forgiving Void. Options triggerInOverworld etc. take priority.

Default value
[]
entityAllowListSet

List of entity ids to be allowed for Forgiving Void. On Forge this only supports living entities.

Default value
[minecraft:player]
triggerInOverworldBoolean

Set to false to make Forgiving Void not trigger in the overworld void (dimension 0).

Default value
true
triggerInEndBoolean

Set to false to make Forgiving Void not trigger in the end void (dimension 1).

Default value
true
triggerInNetherBoolean

Set to false to make Forgiving Void not trigger in the nether void (dimension -1).

Default value
true
dimensionDenyListSet

List of additional dimension ids to be deny-listed from Forgiving Void. Options triggerInOverworld etc. take priority. Ignored if dimensionAllowList is set.

Default value
[]
fallThroughVoidEffectsList

Effects applied to a player when they fall through the void, in the format "effect|duration|amplifier"

Default value
[minecraft:blindness|60|3]