Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 3 weeks ago
All versions
1.19.2-3.3.6
Release
pmmo-1.19.2-3.3.63 years ago 194
Compatibility
Minecraft: Java Edition
1.19.2
1.19
Platform
Forge
Supported environments
Client and server
Changes
Changelog
[1.19.2-3.3.6] - 2023-10-16
Bugfixes / Tweaks
- Added admin command to ignore reqs for targeted player
- Added hover behavior to inventory skill list to show xp to next level
- Added API hooks for obtaining a player's full xp map
- Added potion tracking toggle. this makes stacking potions work for compat sake at the expense of exploitable potion xp from brewing stands.
- Updated
HEALTH_CHANGEDto have sub-eventsHEALTH_INCREASEDandHEALTH_DECREASED, which fire in addition to the base event but for their respective HP change direction. - Updated
pmmo:commandto accept a skill like fireworks do to only fire the command for the specified skill. only works on theSKILL_UPevent - Fixed explosions not respecting BREAK and KILL reqs
- Fixed compound qualifiers not working with paths that included colons
- Fixed
genData withDefaultsnot including data from non-items
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:KFQYC1Uy:zrpz4I5T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KFQYC1Uy:zrpz4I5T"
}

