Reminder: This plugin is still not production-ready, so use it at your own risk.
Changelog:
- Expanded version support to include Minecraft 1.18 and newer.
- Overhauled the Shop and Owned Effects GUIs with a new, more intuitive design.
- Added four new cosmetic elytra effects to the Shop.
- The elytra boost feature can now be enabled or disabled in the config (enabled by default).
- Introduced a high-speed Super Boost, activated with Sneak + Right-Click while holding the boost item.
- Added the /ee stats command to view personal flight and plugin-related statistics.
- Added the ability to deactivate an active effect by right-clicking it in the Owned Effects GUI.
- Added new PlaceholderAPI placeholders:
Code (YAML):
elytraessentials_total_distance
:
"Total distance flown"
elytraessentials_total_flight_time
:
"Total flight time"
elytraessentials_longest_flight
:
"Amount of blocks traveled for the longest flight"
elytraessentials_average_speed
:
"Player's fly average speed"
- Added two new permissions regarding boost and superboost usage.
Code (YAML):
elytraessentials.elytra.boost:
default
: op
description
:
"Allows the player to use the basic elytra boost with right click"
elytraessentials.elytra.superboost:
default
: op
description
:
"Allows the player to use the elytra super boost with right click + shift click"
- Added visual feedback for boosts, including a temporary speedometer indicator and a particle explosion effect.
- Fixed several bugs related to the /ee reload command to improve stability and prevent data loss.
Note: Next update I will be focusing in fixing any bugs, optimizing code and test the plugin on production environments.