- Added support for teleporting passengers and vehicles as well (as long as they are in the
entityAllowList
).- It is recommended to set
damageOnFallMode
to eitherRELATIVE_CURRENT
orRELATIVE_MAX
since vehicles have less health than players.
- It is recommended to set
- Added
damageOnFallMode
config option, which can beABSOLUTE
(half hearts as before),RELATIVE_CURRENT
(percentage of current health), orRELATIVE_MAX
(percentage of max health).
- Added fallThroughVoidEffects config option to configure the effects to be applied when falling through the void
- Added returnToLastGrounded config option (default: true) that returns the player above their last grounded position to prevent them from abusing Forgiving Void to cross larger distances