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.0.jar

  • R
  • May 26, 2026
  • 132.94 KB
  • 411
  • 0.5

File Name

AbilityAPI-1.2.0.jar

Supported Versions

  • 0.5

[1.2.0] - 2026-05-26

Changed

  • Hytale 0.5.0 — Targets Hytale server ^0.5.0 (semver ServerVersion in manifest; no longer uses the legacy YYYY.MM.DD-<sha> pin).
  • Waterbreathing — Uses BreathingCheckEvent so players with the ability can breathe in fluids under the 0.5 BreathingComponent / suffocation pipeline (oxygen-stat top-up alone is insufficient).
  • Math typesVector3d / block positions use org.joml types; rotations use Rotation3fc / Rotation3f where the server API changed.
  • Punch damage — Uses InventoryComponent.getItemInHand instead of the deprecated Inventory.getItemInHand().