Modscraper Modscraper Minecraft
PlayerAbilityLib logo

PlayerAbilityLib

Mod

by PyrofabTheModsmith

Your good pal, fixing ability incompatibilities

Type

Mod

CurseForge Downloads

1,185,320

CurseForge ID

359522

Modrinth Downloads

304,736

Modrinth ID

DHQA06r4

Last Updated

Jun 11, 2026

Description

# PlayerAbilityLib [![](https://jitpack.io/v/Ladysnake/PlayerAbilityLib.svg)](https://jitpack.io/#Ladysnake/PlayerAbilityLib) Have you ever had an issue with a flight charm that stopped working as soon as you ran a */fly* command ? Or a magic jetpack that made spectators sink through the ground ? Or a ghost mode that didn't let you fly for seemingly no reason ? Mod incompatibilities with player abilities are way more common than we would like them to be, and are very difficult for mod developers to avoid. This library can be used by any Quilt or Fabric mod that interacts with the _PlayerAbilities_ class to avoid the aforementioned issues without difficulty. *credits to Chloe Dawn for some of the API design* ## Player information Players should not have to download this library themselves, as it is intended to be embedded in distributed jar files. If you find a mod that causes incompatibility related to player abilities (eg. flight), you can link the author (*politely*) to this API and ask if they could use it wherever they touch PlayerAbilities. ## Developer information Developers should use gradle to setup a dependency on this library. Instructions are given in the [repository's README](https://github.com/Ladysnake/PlayerAbilityLib/tree/master/README.md). You can find a couple usage examples in the [Test Mod](https://github.com/Ladysnake/PlayerAbilityLib/tree/master/src/testmod/java/io/github/ladysnake/paltest). - [Item that toggles an ability](https://github.com/Ladysnake/PlayerAbilityLib/blob/master/src/testmod/java/io/github/ladysnake/paltest/AbilityToggleItem.java) - [Potion that grants an ability](https://github.com/Ladysnake/PlayerAbilityLib/blob/master/src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java)

Compatibility

Mod Loaders

Fabric Quilt

Game Versions

1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 +5 more

Similar Mods

Included in Modpacks

External Resources