forgivingvoid-common.toml
NameDescriptionTypeDefault ValueValid Values
returnToLastGroundedSet 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.Booleantrue
disableVanillaAntiCheatWhileFallingSet 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.Booleantrue
fallingHeightThe height from which the player will be falling after falling through the void.Integer300
damageOnFallModeSet 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.DamageOnFallModeABSOLUTEABSOLUTE,RELATIVE_CURRENT,RELATIVE_MAX
preventDeathPrevent death on void fall (limits damage to leave at least 0.5 hearts)Booleanfalse
damageOnFallThe amount of damage applied to the player when they land.Float19.0
triggerAtDistanceBelowThe distance to the minimum y level at which Forgiving Void should forgive the player and send them towards the sky.Integer32
tridentForgivenessSet to true to have tridents with loyalty be affected by Forgiving Void. Not supported on Forge.Booleanfalse
dimensionAllowListList of dimension ids to be allowed for Forgiving Void. Options triggerInOverworld etc. take priority.Set[]
entityAllowListList of entity ids to be allowed for Forgiving Void. On Forge this only supports living entities.Set[minecraft:player]
triggerInOverworldSet to false to make Forgiving Void not trigger in the overworld void (dimension 0).Booleantrue
triggerInEndSet to false to make Forgiving Void not trigger in the end void (dimension 1).Booleantrue
triggerInNetherSet to false to make Forgiving Void not trigger in the nether void (dimension -1).Booleantrue
dimensionDenyListList of additional dimension ids to be deny-listed from Forgiving Void. Options triggerInOverworld etc. take priority. Ignored if dimensionAllowList is set.Set[]
fallThroughVoidEffectsEffects applied to a player when they fall through the void, in the format "effect|duration|amplifier"List[minecraft:blindness|60|3]