- Ability to boost with a configurable item (feather by default) when flying with an elytra, allowing players to save fireworks.
- Added a new section in the config to change some properties regarding boosting
Code (YAML):
boost
:
# For more, check this: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
item
: FEATHER
# Sound played when using this boost item
# For more, check this: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sound
: ENTITY_FIREWORK_ROCKET_LAUNCH
# Players or groups with the permission 'elytraessentials.bypass.boostcooldown' can bypass this cooldown.
cooldown
: 2000
# Cooldown time in milliseconds
- Added a new permission elytraessentials.bypass.boostcooldown, which by default is 2000 milliseconds (2 seconds).
- Added a new message elytra-boost-cooldown, in messages.yml so you can customise this message if you wish.
Next update, I will be focusing on creating a shop system that allows players to buy elytra effects while flying, adding a unique touch to your server.
THIS PLUGIN IS STILL NOT PRODUCTION READY, SO USE IT AT YOUR OWN RISK!