Tags
Creators
Details
fab-26.1-snap.7-11-0.12.6
Compatibility
Changes
What's Changed
Features
Armor Hider now supports running server side on Paper, Folia or Purpur (all these tested and verified). Bukkit and Spigot are supported as well, but were not fully verified, so report any issues via GitHub or Discord if you run the server-side on either of these two and something fails.
Please note that the server-side plugins (same as the optional server side mod for Fabric and NeoForge) only handle configurations, administration and events related to Armor Hider. They are not intended to do any hide/show/transparency mutations.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.12.5...v0.12.6
Optional dependencies
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:GgG2my3y:iaWmUqnc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:iaWmUqnc"
}


