Changelog

Version 1.0

  • Fixed exception for using a command wrongly
  • Fixed useOps not working with permissions 3.1.6
  • Realized I don't actually require dev builds of spout. Wow I'm stupid. The last 7 releases that I put out don't either. X.X

Version 0.13

  • Added a config option for maxSpeed, allows you to set the max speed for the server.
  • Added a config option for sendNotifications, sends notifications to you when flying is enabled/disabled
  • Credit to @Pluckerpluck's pull request, added a config option for stopDrifting, disabling lets you drift after you let go of WASD for a smoother feeling

Version 0.12

  • Adding a config option for useOps, defaults to True, will work with or without any permissions installed, lets you fly with Op

Version 0.11

  • Added permissions 3.1.6 support thanks to @ags131
  • Fixed /sfspeed, now tells you your current speed if you don't give it an argument
  • Made /sfspeed print out the speed you set it to, instead of working silently

Version 0.10

  • Uses setGravityMultiplier in order to 'fly' up and down, so verticle movement is clientside
  • Uses setAirSpeedModifier now instead of setVelocity, so horizontal movement is clientside
  • Added configurable keybinding for toggling flight with /sfbind
  • Added configurable flight speed with /sfspeed
  • Added default speed in config.yml
  • Saves keybindings per player to flatfile
  • Saves if you are flying or not to flatfile
  • You no longer drift after you let go of the keys

Version 0.9

  • Initial release