AbilityAPI

AbilityAPI is a library mod for Hytale that provides a shared set of player abilities (flight, waterbreathing, resistances, movement and combat modifiers, etc.) plus a clean API and command set to manage them.

File Details

AbilityAPI-1.2.1.jar

  • R
  • Apr 1, 2026
  • 135.59 KB
  • 634
  • Early Access

File Name

AbilityAPI-1.2.1.jar

Supported Versions

  • Early Access

[1.2.1] - 2026-04-1

Fixed

  • Damage ability orderingFallDamageImmunitySystem, InvulnerabilitySystem, SecondChanceSystem, and HealthRegenDelayRecordSystem now depend on running after DamageCalculatorSystems.SequenceModifier and before DamageSystems.ApplyDamage. Previously they only ran after the filter group with no edge to ApplyDamage, so the scheduler could run them after health was already subtracted, making immunity and fall protection unreliable.