Configuration
forgivingvoid-common.toml
Name | Description | Type | Default Value | Valid Values |
---|---|---|---|---|
returnToLastGrounded | 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. | Boolean | true | |
disableVanillaAntiCheatWhileFalling | 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. | Boolean | true | |
fallingHeight | The height from which the player will be falling after falling through the void. | Integer | 300 | |
damageOnFallMode | 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. | DamageOnFallMode | ABSOLUTE | ABSOLUTE,RELATIVE_CURRENT,RELATIVE_MAX |
preventDeath | Prevent death on void fall (limits damage to leave at least 0.5 hearts) | Boolean | false | |
damageOnFall | The amount of damage applied to the player when they land. | Float | 19.0 | |
triggerAtDistanceBelow | The distance to the minimum y level at which Forgiving Void should forgive the player and send them towards the sky. | Integer | 32 | |
tridentForgiveness | Set to true to have tridents with loyalty be affected by Forgiving Void. Not supported on Forge. | Boolean | false | |
dimensionAllowList | List of dimension ids to be allowed for Forgiving Void. Options triggerInOverworld etc. take priority. | Set | [] | |
entityAllowList | List of entity ids to be allowed for Forgiving Void. On Forge this only supports living entities. | Set | [minecraft:player] | |
triggerInOverworld | Set to false to make Forgiving Void not trigger in the overworld void (dimension 0). | Boolean | true | |
triggerInEnd | Set to false to make Forgiving Void not trigger in the end void (dimension 1). | Boolean | true | |
triggerInNether | Set to false to make Forgiving Void not trigger in the nether void (dimension -1). | Boolean | true | |
dimensionDenyList | List of additional dimension ids to be deny-listed from Forgiving Void. Options triggerInOverworld etc. take priority. Ignored if dimensionAllowList is set. | Set | [] | |
fallThroughVoidEffects | Effects applied to a player when they fall through the void, in the format "effect|duration|amplifier" | List | [minecraft:blindness|60|3] |