### flying fuel: ENDER_PEARL
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html default-speed: 0.1
flying-duration-per-fuel: 140
# in ticks quite-elytra-mode: false
# (!!NOT DONE!!) this mode do severals things when player is flying # 1. slowly reduce y-axis if player out of boost via slow falling effect # 2. cannot go further on y-axis if player out of boost
### boosting boost-enable: true
boost-item: FIREWORK_ROCKET
boost-speed: 0.36
boost-duration-per-item: 60
# in ticks override-boost-duration-with-flight-duration: true
# if set to true this will override boost-duration-per-item with flight duration of firework rocket # work especially for boost-item set to FIREWORK_ROCKET
### flying bar # you can apply the expression in form of "{expression:DecimalFormat}" # DecimalFormat format: https://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html # %remain-time-sec% # %remain-time-min% # %remain-time-by-total-fuel-sec% # %remain-time-by-total-fuel-min% # %fuel-total% # %elytra-remain-durability% # %elytra-max-durability% # %fly-speed% (in blocks/tick (you can multiply by 20 to convert to blocks/sec]) # %max-fly-speed% (in blocks/tick (you can multiply by 20 to convert to blocks/sec)) # %altitude% message: "&lflying time {%remain-time-by-total-fuel-sec%:#} secs by total of %fuel-total% ender pearls | &b&lelytra {%elytra-remain-durability%/%elytra-max-durability%*100:#.##}%" # progress-value must between 0 to 1 progress-bar-expression: "{%remain-time-sec%/(140/20)}"