Releases: Spazzinq/FlightControl
2.2
Config Changes (RESET CONFIG!!)
This update adds important requested features such as the "/fly" command and actionbar support.
+ Command option (/fly) to replace automatic flight
+ Actionbar notification option
+ Enable/Disable message configurability
+ Command tab-complete
+ "can_enable" and "cannot_enable" messages/sounds for the command option
+ Post-command flight permission checking
~ Fixed WorldGuard NPE issue (when it wasn't on the server)
~ Rearranged/Renamed certain config options
~ Code cleanup (as always!)
Fun Fact: The code that took the most time was the background command un/registering with /fly because it is implemented to register only when the option is enabled, remove when disabled ("/fc reload" after changing in config or temporary toggling "/fc command"), and allow Essentials to take the command priority back. No idea why I spent so much time on it 😅