- Updated project for the most part to maven to make it less of a nightmare for other devs to clone the repository.
- Fixed the player time methods in the TempFlyApi. (they stopped working back in the async update)
- Fixed tempfly conflict with essentials safelogin and any other plugin that has similar functionality.
- Fixed errors on player join related to
- PlayerTeleportEvent
- PlayerMoveEvent
- PlayerChangedGamemodeEvent
- These errors were caused because other plugins were doing things to the player such as teleporting them on player join before Bukkit had finished initializing the player, resulting in a UUID lookup of the player at this point returning null.
- All projectiles including tridents will now be counted as combat whereas before only arrow counted.
- Fixed errors in IridiumSkyblock and BentoBox hooks caused by a typo. (Credit goes to wispoffates)
- Fixed bentobox hook challenge error
- Added option to disable particles in spectator.
- Added option to disable flight timer in spectator mode.