- All time queries are now run asynchronously for offline players when running commands,
- This will fix lag spikes caused when giving an offline player time. Also fixes the warning LuckPerms spams to console about a plugin accessing it’s database on the main thread.
- Fixed tempfly disabling essentials flight on world change if tempflight was not enabled for the player.
- Fixed the option to disable skyblock hooks in the config having no effect and enabling the hook anyway.
- Fixed a NullPointerException when npc’s engage a player in combat
- Enabled the message “time_max_self” in the language file that lets a player know they have reached max flight time. If you don't want it you can just set it to an empty string. “”.
- Fixed NullPointers and some flight requirements in skyblock not being added to users on PlayerJoinEvent caused because the players data was not finished loading asynchronously. The player join will now be delayed until this data is finished loading.