Compatibility
Minecraft: Java Edition
26.3-snapshot-3
26.2
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 3 days ago
Updated 3 weeks ago
Nerf the Elytra without removing its functionality.
The problem with modern Minecraft is that any other transportation method, e.g: Creating rail tracks from one place to another, a Nether highway, and any other laboring work; Includes the fair task of having to get there, and build the efficient pathway to your destination. The literal construction of roads for your "cars", being minecarts and ice boats- is completely useless once an Elytra is obtained, but removing the Elytra entirely also causes problems. This fixes that. The Elytra can be tuned to be an emergency tool only, or straight up only able to glide with it.
config.yml
# ---------------------------------------------------------------------------------------------------------------------------
# ElyNerf
# ---------------------------------------------------------------------------------------------------------------------------
firework-boosting-works: true
# ^ Fireworks can boost Elytra at all?
extra-durability-loss:
enabled: true
lose-durability-frequency-sec: 5
# ^ Lose durability every X seconds
lose-durability-amount: 1
# ^ Damage Elytra X amount
boost-penalty:
enabled: true
durability-penalty-amount: 1
# ^ Lose X durability every firework/trident boost
stop-penalty-at-or-below: 3
# ^ Stop penalty-giving when Elytra is at X durability or less
# ---------------------------------------------------------------------------------------------------------------------------


