Download Latest Version bluemap-5.11-cli.jar (6.5 MB)
Email in envelope

Get an email when there's a new version of BlueMap

Home / v5.11
Name Modified Size InfoDownloads / Week
Parent folder
bluemap-5.11-webapp.zip 2025-08-06 1.3 MB
bluemap-5.11-sponge.jar 2025-08-06 5.8 MB
bluemap-5.11-spigot.jar 2025-08-06 6.4 MB
bluemap-5.11-paper.jar 2025-08-06 5.6 MB
bluemap-5.11-neoforge.jar 2025-08-06 6.4 MB
bluemap-5.11-forge.jar 2025-08-06 6.4 MB
bluemap-5.11-fabric.jar 2025-08-06 6.5 MB
bluemap-5.11-cli.jar 2025-08-06 6.5 MB
README.md 2025-08-06 2.4 kB
Version 5.11 source code.tar.gz 2025-08-06 658.1 kB
Version 5.11 source code.zip 2025-08-06 1.4 MB
Totals: 11 Items   46.8 MB 3

Highlights / Notes

With Render-Masks it is now possible to limit your map render to all kinds of shapes and perfectly control what you want to be visible on the map, and which regions should remain hidden.

Upgrading from 5.10

  • Replace the bluemap.jar-file with the new one
  • Delete your <webroot>/index.html to make bluemap update the webapp
  • You will need to update your map configs!
  • Find the section with min-x, max-x, min-z, max-z, min-y and max-y in your map config file, e.g.: hocon #min-x: -4000 #max-x: 4000 #min-z: -4000 #max-z: 4000 #min-y: 50 max-y: 90 and add render-mask: [ { before, and ] } after the section, e.g. like this: hocon render-mask: [ { #min-x: -4000 #max-x: 4000 #min-z: -4000 #max-z: 4000 #min-y: 50 max-y: 90 } ] -> here is a video-example
  • Optionally, you can add the new edge-light-strength: 15 property to your map config as well

Changelog since 5.10

  • Added a list of render-masks to the map-configs, replacing the previous min-x, max-z, etc.., properties (#81)
  • Added edge-light-strength to the map-configs to control the lighting of map-edges if render-edges is enabled
  • Custom dimensions are now ordered last by default
  • Improved structure and comments of the default map-configs
  • Added support for minor pack-versions introduced in Minecraft Snapshot 25w31a
  • Fixed lily_pad's having no tint color (#727)
  • Fixed error if biomes water-color has alpha (#715)
  • Updated bluemap-api to 2.7.5

Targets:

Java: 21 BlueMapAPI: 2.7.5 File | Target Version --- | --- bluemap-5.11-cli.jar | CLI for Minecraft 1.13.2 - 1.21.8 bluemap-5.11-spigot.jar | Spigot/Paper 1.20 - 1.21.8 bluemap-5.11-paper.jar | Paper/Folia 1.20.6 - 1.21.8 bluemap-5.11-fabric.jar | Fabric 1.21.6 - 1.21.8 bluemap-5.11-forge.jar | Forge 1.21.6 - 1.21.8 bluemap-5.11-neoforge.jar | NeoForge 1.21.6 - 1.21.8 bluemap-5.11-sponge.jar | SpongeAPI 11 - 16

Source: README.md, updated 2025-08-06