github BlueMap-Minecraft/BlueMap v5.5
Version 5.5

15 hours ago

Highlights / Notes

2D (flat-only) map support (O.o)
..and a first iteration of support for custom block-renderers. :)

Upgrading from 5.4

  • Replace the bluemap.jar-file with the new one
  • Delete your <webroot>/index.html to make bluemap update the webapp
  • Move all contents (if any) of bluemaps addons folder into bluemaps packs folder and delete the addons folder.
    (Native addons now go into the packs folder alongside resourcepacks)
  • In your webapp.conf:
    • Remove the enable-free-flight configuration, this config it is no longer used.
    • Add the following lines:
      # Here you can specify an alternative base url from where all map data is loaded.
      # Default is "maps"
      #map-data-root: "https://cdn.my-domain.com/mapdata"
      
      # Here you can specify an alternative base url from where all live data is loaded.
      # Default is "maps"
      #live-data-root: "https://cdn.my-domain.com/livedata"
  • In each of your map-configs in the maps folder:
    • Replace save-hires-layer with enable-hires (setting has been renamed)
    • Add the following lines:
      # Defines the initial sky-light-strength the map will be set to when it is opened.
      # 0 is no sky-light, 1 is fully lighted.
      # You can change this at any time.
      # Default is 1
      sky-light: 1
      
      # Whether the perspective view will be enabled for this map.
      # Changing this to true requires a re-render of the map, only if the hires-layer is enabled and free-flight view is disabled.
      # Default is true
      enable-perspective-view: true
      
      # Whether the flat (isometric, top-down) view will be enabled for this map.
      # Having only flat-view enabled while disabling free-flight and perspective will speed up the render and reduce the maps storage-size.
      # Default is true
      enable-flat-view: true
      
      # Whether the free-flight view will be enabled for this map.
      # Changing this to true requires a re-render of the map, only if the hires-layer is enabled and perspective view is disabled.
      # Default is true
      enable-free-flight-view: true

Changelog since 5.4

  • Added per-map view-settings and optimized flat-view only maps (2d-map support)
  • Added loading of nested feature-datapacks
  • Added support for pale_oak_leaves (custom tint-color)
  • Added ability to configure the map and live data root url's of the webapp
  • Added model for the conduit (thanks to TyBraniff)
  • Merged addons folder into packs folder (native addons not go into packs instead of addons)
  • First iteration of custom block-renderer support
  • The webapp now uses the browser-language as default language if available (thanks to NikitaCartes)
  • Added -n option to cli allowing to pass a custom path to load resources from (e.g. a servers mods-folder) (thanks to TechnicJelle)
  • Fixed/removed the black void/hole that appeared where hires tiles could not be loaded
  • Fixed duplicate region render-tasks in the render-queue

Targets:

Java: 21
BlueMapAPI: 2.7.3

File Target Version
BlueMap-5.5-cli.jar CLI for Minecraft 1.13.2 - 1.21.3
BlueMap-5.5-spigot.jar Spigot/Paper 1.20 - 1.21.3
BlueMap-5.5-paper.jar Paper/Folia 1.20.1 - 1.21.3
BlueMap-5.5-fabric.jar Fabric 1.21 - 1.21.3
BlueMap-5.5-forge.jar Forge 1.21 - 1.21.3
BlueMap-5.5-neoforge.jar NeoForge 1.21 - 1.21.3
BlueMap-5.5-sponge.jar SpongeAPI 11.0.0 - 13.x

Don't miss a new BlueMap release

NewReleases is sending notifications on new releases.