Tags
Creators
Details
All versions
3.0.0-alpha-2
Alpha
HatCosmetics 3.0.0-alpha-23 months ago 180
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Bukkit
BungeeCord
Folia
Paper
Purpur
Spigot
Changes
3.0.0-alpha-2 | Auto Config Migration & Folia Support Pre-release
Updating is not recommended as further changes are to be expected!
- chore: Update Gradle by @Supermarcel10 in #39
- fix: Unequip Permission Logic by @Supermarcel10 in #40
- feat: Automatic Config Migration by @Supermarcel10 in #41
- feat: Support Folia by @Supermarcel10 in #42
- Update pt_BR.yml by @AVeryRedCabbage in #44
- Update ja_JP.yml by @AVeryRedCabbage in #43
- chore: Bump Alpha Version by @Supermarcel10 in #45
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:4h6EFh3D:11w9MRJE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4h6EFh3D:11w9MRJE"
}

