Tags
Creators
Details
All versions
3.18-paper
Release
3.18-paper3 years ago 639
Compatibility
Minecraft: Java Edition
1.20.1–1.20.2
Platforms
Folia
Paper
Purpur
Changes
Highlights / Notes
There is now a configurable void (background) color for each map!
Upgrading from 3.17
- replace your BlueMap.jar
- delete your
<webroot>/index.html(usually./bluemap/web/index.html) to update the webapp
Changelog since 3.17
- added a config to set the void (background) color of a map (Thanks to TechnicJelle, #477)
- the webapp now slows down the redraw frequency if nothing is changing -> no more high GPU usage while the webapp is open but idle
- migrated some mixins to use FabricAPI instead to improve version-compatibility (Thanks to NikitaCartes, #481)
- added a fixed collation the mysql table-creation to avoid collation related problems (#488)
- fixed the free-flight-option not being removed form the settings menu if disabled (#482)
- fixed an issue with block-properties not being loaded correctly from resource-packs
- fixed a (harmless) error in the paper-implementation that could occur on certain player-chat messages
- fixed the position-url anchor not being loaded correctly if in free-flight mode (#485)
- fixed an error when a map is purged that has already been fully purged (#490)
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v3.18
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:swbUV1cr:8HWr7OIS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swbUV1cr:8HWr7OIS"
}

