SuperElytra icon

SuperElytra -----

Experience Minecraft Elytra flight like never before, updated for 1.15.




This update allows setting constraints on the boost of the elytra, and collects errors as they happen for easier debugging. In the future I may make this configurable, but due to the number of errors that are reported without some of this information I am including this in the base version. This will enable me to fix some of these issues before they are reported.

Some of these changes have been available as a prerelease on GitHub for awhile, and I haven't had many issues reported with these so I'm turning this into a full release.

This version uses the Library Loader from 1.17 to load libraries; you can download a version that supports older versions on GitHub here.

Full Changelog
  • 45cdf08: Add missing checks to some events. (UberPilot)
  • fc07150: ✨ Add maximum boost angle and firework boost modifier. (UberPilot)
  • 2bc28b4: ✨ Add firework toggle and messages. (UberPilot)
  • e335338: ✨ Adjust gradle and add sentry error handling (UberPilot)
  • 4c676e9: Be a bit smarter about logging errors on frequent events (UberPilot)
  • 042a592: Run formatter (UberPilot)
  • c594db2: Update gradle wrapper and shade sentry sdk (UberPilot)
  • 58010a4: Init sentry before loading other features (UberPilot)
  • 6ef7b22: ⬆️ Update sentry SDK. (UberPilot)
  • 396332b: Label shaded jar as legacy (UberPilot)
----------, Jun 22, 2022

This is a relatively small update that allows whitelisting/blacklisting worlds. Here's the new config:

Code (YAML):
config:
  ==
: SuperElytraConfig # If you change this line, the plugin may not load properly.
  chargeup-ticks
: 60 # How many ticks it takes to launch from the ground.
  speed-multiplier
: 1.0 # How much to increase the flying speed each tick.
  launch-multiplier
: 1.0 # How much to increase the boost amount.
  default
: true # If flight/boosting should be enabled by default.
  charge-sound
: FUSE
  ready-sound
: BAT_TAKEOFF
  launch-sound
: ENDERDRAGON_WINGS
  autosave-interval
: 600 # Saves player preferences in this second interval.
  cooldown
: 50 # Cooldown on launching in miliseconds.
  worlds
:
   - world
  world-blacklist
: false
 
----------, May 8, 2021

Fixes a bug in the previous version that caused the cooldown message to be displayed on any sneak toggle.

The previous version added a cooldown message, and added multiple messages to messages.yml in order to accommodate this.

Code (YAML):
prefix : "&f[&bSuperElytra&f] "
no-console
: >
 &cConsole can't use player commands.
reloaded
: >
 &eReloaded.
no-permission
: >
 &cYou don't have permission to use that.
not-enough-args
: >
 &cNot enough arguments. Found %argc%, expected %argx%.
too-many-args
: >
 &cToo many arguments. Found %argc%, expected %argx%.
launch-enabled
: >
 Crouch to launch has been &aenabled&f.
launch-disabled
: >
 Crouch to launch has been &cdisabled&f.
boost-enabled
: >
 Boosted flight has been &aenabled&f.
boost-disabled
: >
 Boosted flight has been &cdisabled&f.
all-enabled
: >
 Boosting and launching have been &aenabled&f.
all-disabled
: >
 Boosting and launching have been &cdisabled&f.
invalid-argument
: >
 &cGot invalid argument '%invalid%.' Expected %expected%.
cooldown
: >
 &cYou cannot launch for another %hours%%hours_plural%%minutes%%minutes_plural%%seconds%%seconds_plural%.
second
: " second"
seconds
: " seconds"
minute
: " minute "
minutes
: " minutes "
hour
: " hour "
hours
: " hours "
----------, Jun 3, 2020

This update allows for adding a cooldown to launching, so that you can change how much time must be waited between launches.
----------, Jun 2, 2020

Fixes an odd bug where particles/sounds were being spawned at wrong locations.
----------, May 29, 2020

Resource Information
Author:
----------
Total Downloads: 2,466
First Release: May 12, 2020
Last Update: Jun 22, 2022
Category: ---------------
All-Time Rating:
10 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings