- Fixed flight time and placeholders showing 0 after a server restart.
- Dropped support for HyFactions, HyperFactions, ArefyEconomy, HyCurrency and TheEconomy as each plugin is abandoned.
- Improved support for SimpleClaims and WiFlowsClaims.
- Several code improvements.
- Added DisableGliderDuringFlight config option. This temporarily blocks glider use while flying and until landing (will be updated when the Hytale API is improved).
- Improved the claim checker. It now checks for chunk changes instantly using ECS with better performance, alongside a manual check every 3 seconds for claim state changes (new claims/removed claims).
- Improved fall damage protection. It now protects players until they land if fly mode is disabled mid air by the player or the server, replacing the fixed protection time.
- Improved the combat log. It will no longer tag players if there is no direct attacker (e.g., from fall damage, fire).
- Improved the update checker.
- Several code improvements.
- Dropped extra support for HyEssentialsX. (Please install VaultUnlocked to continue use it, as it already supports it).
- Added support for HyperFactions.
- Added support for PlaceholderAPI and dropped support for TalePlaceholders.
- Added new fly speed placeholder:
%talefly_speed%- Added
placeholders.jsonto easily configure all placeholder text and formats.- Added
CurrencyFormatconfig option to customize currency. Default:${amount}- General code improvements.
- Major performance improvements.
- Implemented a command override system.
/flycommand is now prioritized to ensure TaleFly handles it, avoiding conflicts with other plugins.- Added
talefly.claimbypasspermission to bypass claim check.- Added
ClearCombatTagOnDeathto config. Default:true- Added
DisableFlyOnDeathto config. Default:true
- Added optional economy hook for TheEconomy (EconomySystem)
- Added retries for economy hook initialization. If hooking fails, it will retry up to 3 times with a delay to handle load order.
