Configuration
forgivingvoid-common.tomlreturnToLastGroundedBooleanSet 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
disableVanillaAntiCheatWhileFallingBooleanSet 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
fallingHeightIntegerThe height from which the player will be falling after falling through the void.
- Default value
300
damageOnFallModeDamageOnFallModeSet 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
preventDeathBooleanPrevent death on void fall (limits damage to leave at least 0.5 hearts)
- Default value
false
damageOnFallFloatThe amount of damage applied to the player when they land.
- Default value
19.0
triggerAtDistanceBelowIntegerThe distance to the minimum y level at which Forgiving Void should forgive the player and send them towards the sky.
- Default value
32
tridentForgivenessBooleanSet to true to have tridents with loyalty be affected by Forgiving Void. Not supported on Forge.
- Default value
false
dimensionAllowListSetList of dimension ids to be allowed for Forgiving Void. Options triggerInOverworld etc. take priority.
- Default value
[]
entityAllowListSetList of entity ids to be allowed for Forgiving Void. On Forge this only supports living entities.
- Default value
[minecraft:player]
triggerInOverworldBooleanSet to false to make Forgiving Void not trigger in the overworld void (dimension 0).
- Default value
true
triggerInEndBooleanSet to false to make Forgiving Void not trigger in the end void (dimension 1).
- Default value
true
triggerInNetherBooleanSet to false to make Forgiving Void not trigger in the nether void (dimension -1).
- Default value
true
dimensionDenyListSetList of additional dimension ids to be deny-listed from Forgiving Void. Options triggerInOverworld etc. take priority. Ignored if dimensionAllowList is set.
- Default value
[]
fallThroughVoidEffectsListEffects applied to a player when they fall through the void, in the format "effect|duration|amplifier"
- Default value
[minecraft:blindness|60|3]