Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 3 weeks ago
All versions
1.20.1-1.0.3
Release
playerabilities-1.20.1-1.0.33 weeks ago 30
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.0.3
- Players with PMMO's ignoreReqs flag (/pmmo admin <player> ignoreReqs) now bypass ability skill requirements, matching how PMMO treats its own requirements.
- Fixed stale passive attribute bonuses surviving a relog after a datapack changes an ability's attribute_grants.
- Fixed an ability mid-use being silently dropped when returning through the End exit portal, and ability effects now restart properly after that return.
- An ability that throws an error in any of its callbacks no longer crashes the server; it is logged and skipped.
- Datapack configs now warn about keys that have no effect on that kind of ability.
1.0.2
- Fixed ability data being permanently lost — crashing the server — the first time a player died or traveled between dimensions.
- Fixed passive abilities losing their attribute bonuses after returning through the End exit portal.
- A triggered ability that throws an error no longer crashes the server; it is logged and skipped.
- Fixed rarer issues found in a full audit: a config leak between servers on the client, skill-mod grant reconciliation running against a stale player after respawn, and duplicate tick jobs stacking on death.
- Trimmed per-frame and per-tick allocations in the HUD and in ability effect ticking.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:lRpZSeRD:PENkyPJM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRpZSeRD:PENkyPJM"
}

