Reminder: This plugin is still not production-ready, so use it at your own risk.
Changelog:
- Now, if you are using placeholders %elytraessentials_flight_time% or %elytraessentials_flight_time_formatted% while the time limit feature is not enabled, instead of showing "0s" it will show "Not Enabled".
- Added 2 settings in the config.yml, which are disabled by default.
elytra-break-protection is designed to prevent players from taking fall damage if their elytra breaks mid-air. And then we have the kinetic-energy-protection setting, which is responsible for protecting the player if they hit a wall while flying.
Code (YAML):
# Set to true to prevent players from taking fall damage when their elytra breaks mid-air.
elytra-break-protection
: false
# [Default: false]
# Set to true to prevent players from dying when they fly into a surface at high speed.
# This will not prevent players from dying if they do a nosedive and hit the ground
kinetic-energy-protection
: false
# [Default: false]
Next, I will add some performance tweaks to the elytra effects in case the server drops below 18 tps.