BlazeFly v3.1.1

Details

  • Filename
    BlazeFly.jar
  • Uploaded by
  • Uploaded
    Jul 3, 2016
  • Size
    25.82 KB
  • Downloads
    311
  • MD5
    975d823810833c3dfc26ce05426d16fa

Supported Bukkit Versions

  • 1.10

Changelog

v3.1.1

  • Fixed update checker, will only notify if new file is a newer version than the currently installed version

v3.1

  • Fixed a bug in the timing system that could cause rare but bad problems
  • Added update available message for admins (permission & config option added)

v3.0

  • Added an update checker (config option added)
  • Added support for subitems (like charcoal) as fuel (config options added)
  • Added support for renamed (via anvil) blocks as fuel
  • Added /fuel command to check seconds of fuel remaining (requires blazefly.use)
  • Added config option for the message header
  • Added support for replaceable keywords in config strings
  • Added support for colour formatting in config strings
  • Added config option to adjust the percentage of fuel used while on the ground
  • Fixed a bug where throwing eggs in tight spaces could break your wings
  • Fixed a bug that could give a few seconds extra flight from flyspeed changes
  • Fixed an exploit where a fuel block in the off-hand slot lasted forever
  • Removed 10 second fuel warning (last block warning feels sufficient)
  • Fuel config options are no longer case sensitive
  • Flight will now be disabled on server reload to prevent unlimited flight
  • Damaged wings will be recovered after dying
  • Improvements in the timing system means counters are no longer affected by lag
  • Significantly improved and cleaner code base

v2.3

  • Fixed a bug causing an error due to a Bukkit change
  • Fixed a bug which completely broke the fuel system
  • Fixed a bug resulting in errors & free flight once fuel is out
  • Improved fuel system to not waste remaining fuel when wings break, flyspeed is changed or flight is disabled
  • Flight will now be reenabled automatically after wings heal
  • Added configuration option to disable fall protection on no fuel
  • Replaced deprecated code

v2.2.1

  • Changed: All permissions are now OP only by default
  • Added: /bfly command, alias for /fly

v2.2.0

  • Bugfix: Wings will no longer break due to drowning
  • Bugfix: Wings will no longer break due to starvation
  • Patch: Can no longer bypass disabled worlds using portals
  • Addition: A different block can be set for VIP fuel in config
  • Addition: permission to fly in disabled worlds
  • Addition: permission to prevent wings breaking with breakableWings enabled

v2.1.0

  • Removed update notification system
  • Changed configuration to use block name instead of ID
  • Added a PvP "broken wing" system and configuration options
  • Updated/Improved code

v2.0.1

  • A few small bug fixes
  • Added option to disable update notifications

v2.0.0

  • Fixed reload bug
  • Fixed command via console bug
  • Added update notification system
  • Added damage protection after flight is disabled
  • Added /flyoff command
  • Added /bfreload command for reloading config
  • Added VIP fuel cost system
  • Added option to disable BlazeFly in specific worlds
  • Added option to use empty strings to not give messages on events
  • Changed message formatting
  • Improved error handling
  • Improved config file formatting
  • Improved all of BlazeFly's code

v1.3.1

  • Fixed a bug that was adding 1 second to fuelTime
  • Fixed the subdata exploit that could allow unlimited fuel
  • Added permissions blazefly.use & blazefly.flyspeed
  • Tidied/improved fuel checking code

v1.2.3

  • Config now uses single quotes to allow the use of special characters
  • Fixed a few bugs in the blazefly.nofuel system
  • Built with Java 6 to fix compatibility issues with some users

v1.2.2

  • Config options allowSpeed and speedFuel now use true/false instead of 1/0
  • Fixed a small code bug
  • Fixed the "anvil exploit" - renamed fuel could last forever

v1.2.1

  • Added permissions support for blazefly.nofuel (flying won't cost fuel)
  • Fixed a bad bug in the fuel timer code (Thanks jeffro1001 for bring this to my attention)
  • Added strings to the config file so any messages given to users can be changed
  • Added /flyspeed to boost flight speed!

v1.1.2

  • Support for configuration has been added, along with options to change the block that is used for fuel, and the amount of time each block will last.

v1.0.1

  • Basic functions of the plugin are working