Tags
Creators
Details
All versions
1.5.1
Release
Pl3xMapExtras 1.5.13 months ago 271
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platforms
Folia
Paper
Purpur
Required content
Changes
Bugs Fixed đ
- Fixed an issue with incorrect logging placeholders
- Fixed an issue with the names of banners not showing up in the tooltip.
- Adding
<name>to the tooltip configs fixed this.
- Adding
- Fixed an issue with
storage/banners.jsonandbanners/config.ymlnot extracting- This fixes another issue where the feature is not enabled because it defaults to false.
- Fixed an issue with banner permissions due to a missing
. - Fixed an issue with Fusion API (#911) where spaces were not acceptable in the path.
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:q9XiqcY2:MtMO6bxH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q9XiqcY2:MtMO6bxH"
}





