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

  • R
  • Mar 26, 2026
  • 133.53 KB
  • 287
  • Early Access

File Name

AbilityAPI-1.1.0.jar

Supported Versions

  • Early Access

Changelog

All notable changes to AbilityAPI are documented in this file.

[1.1.0] - 2026-03-26

Changed

  • Hytale API compatibility — Updated for the latest Hytale server release.
  • Stat modifiersAbilityStatService now triggers stat recalculation via EntityStatMap.getStatModifiersManager().scheduleRecalculate() instead of the removed Player.getStatModifiersManager().setRecalculate(...) API.
  • Imports — Removed unused LivingEntityInventoryChangeEvent import from AbilityAPIPlugin (class no longer exists in the current API). Inventory-related events now use com.hypixel.hytale.server.core.inventory.InventoryChangeEvent if you extend the mod with inventory listeners.