Skip to content

Releases: BlueMap-Minecraft/BlueMap

Version 1.5.5

25 Jun 15:01
05f8f60
Compare
Choose a tag to compare

Highlights / Notes

  • 1.17 support
  • Rewrite of the render-manager and map-updating: map updates are now directly based on file-changes and should be way more reliable now.
  • Sponge 8 support & more

BlueMap will now render automatically, so you do not need to do /bluemap render ... anymore!
Just use /bluemap to see the render-progress :)

Upgrading from 1.4.2

Swap the bluemap.jar and delete your <webroot>/index.html (usually ./bluemap/web/index.html).

After updating, BlueMap will start to completely re-render all your maps once!
Also every map-users web-app settings will be resetted.

Optionally:

  • configure permission changes: bluemap.resume => bluemap.start and bluemap.pause => bluemap.stop
  • In your plugin.conf, add:
# The interval in minutes in which a full map-update will be triggered.
# This is additionally!! to the normal map-update process (in case that fails to detect any file-changes).
# Default is 1440 (24 hours)
fullUpdateInterval: 1440
  • In your render.conf, add:
# If the free-flight-mode in the web-application is enabled or not.
# Default is true
enableFreeFlight: true

Changelog since 1.4.2

  • 1.17 Support
    • Added 1.17 resources (new blocks etc..)
    • Added support for variable world-heights in Minecraft 1.17
    • Added 1.17 support for fabric
  • Improved map-updating
    • Added file-watchers that detect changes in the world-files and update the maps based on those changes
    • Added a .rstate file to each map (./bluemap/web/data/<map>/.rstate)
    • Removed the ./bluemap/rmstate file
    • Added /bluemap update (Use to make bluemap re-check for updates)
    • Renamed /bluemap render to /bluemap force-update to discourage using it
    • Renamed /bluemap resume to /bluemap start (& permission bluemap.resume => bluemap.start)
    • Renamed /bluemap pause to /bluemap stop (& permission bluemap.pause => bluemap.stop)
    • Stopping and starting the render-threads with /bluemap start//bluemap stop now persists across server-restarts
    • Added the -u/--watch flag to the CLI. When using this flag, instead of terminating after the rendering is done, the cli will continue to watch the world-files and update the map as soon as it detects changes.
    • Rewrite of the render-manager
    • Removed world-save, block-change and chunk-save listeners (no longer needed because of file-watchers)
    • Added /bluemap freeze <map-id> which will stop all automatic updates for a specific map
    • Added /bluemap unfreeze <map-id> to reenable automatic map-updates
    • /bluemap maps now shows if a map is frozen
    • Greatly improved /bluemap purge <map-id>
    • Added /bluemap cancel <task-id> which manually cancels a scheduled task
    • Added a file ./bluemap/pluginState.json (contains the state of render-threads and frozen-maps)
  • Miscellaneous
    • Updated to gradle 7.0.2
    • Update BlueMapAPI to 1.6.0
    • Updated configurate-library to version 4.1.1
    • Updated bStats to version 2.2.1
    • Add support for SpongeAPI 8.0.0 (thanks to pschichtel and Faithcaio)
    • SpongeAPI 7.2.0 is supported again (was 7.3.0)
    • Added /bluemap marker list
    • Add /bluemap debug dump which dumps a lot of verbose information of the current state of bluemap in a file.
    • Added a setting to be able to disable the free-flight-mode of the web-app
    • The webapp-menu now closes when entering fullscreen-mode
    • Most of the files are now atomically saved (greatly reduces the possibility of corrupted files after crashes or when viewing the map during a render)
    • The web-app now saves user-settings in their local-storage instead of using cookies (thanks to C0Nd3Mnd)
    • Fixed a bug where BlueMap was rendering unfinished chunks
    • Fixed a bug that caused the ignoreMissingLightData-setting to be always enabled
    • Language updates (thanks to all translaters: https://github.com/BlueMap-Minecraft/BlueMapVue/graphs/contributors <3)

Targets:

BlueMapAPI: v1.6.0

File Target Version
BlueMap-1.5.5-cli.jar CLI for Minecraft 1.12.2 - 1.17
BlueMap-1.5.5-sponge-7.2.0.jar Sponge 7.2.0
BlueMap-1.5.5-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-1.5.5-spigot.jar Spigot/Paper 1.13.2 - 1.17
BlueMap-1.5.5-fabric-1.17.jar Fabric 1.17
BlueMap-1.5.5-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.5-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.5-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.5-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.5-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.5-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.5.4 (Release-Candidate)

16 Jun 18:26
c4f9968
Compare
Choose a tag to compare
Pre-release

Highlights / Notes

Fixes the "Comparison method violates its general contract" and adds a new debug command.

This is a release-candidate and is not declared stable yet! Use at your own risk.

Upgrading from 1.5.3

Just swap your bluemap.jar with the new one.

Changelog since 1.5.3

  • Add /bluemap debug dump which dumps a lot of verbose information of the current state of bluemap in a file.
  • Fixes a crash that occurs if bluemap finds region-files with high coordinates

Targets:

BlueMapAPI: v1.6.0

File Target Version
BlueMap-1.5.4-cli.jar CLI for Minecraft 1.12.2 - 1.17
BlueMap-1.5.4-sponge-7.2.0.jar Sponge 7.2.0
BlueMap-1.5.4-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-1.5.4-spigot.jar Spigot/Paper 1.13.2 - 1.17
BlueMap-1.5.4-fabric-1.17.jar Fabric 1.17
BlueMap-1.5.4-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.4-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.4-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.4-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.4-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.4-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.5.3 (Snapshot)

09 Jun 19:21
0ffb1d6
Compare
Choose a tag to compare
Pre-release

Highlights / Notes

Added 1.17 support & some small improvements.

This is a SNAPSHOT-release and is not production-ready! Use at your own risk.

Upgrading from 1.5.2

You can just swap the bluemap.jar.

Optionally you can add the new options to your configs:
In your plugin.conf, add:

# The interval in minutes in which a full map-update will be triggered.
# This is additionally!! to the normal map-update process (in case that fails to detect any file-changes).
# Default is 1440 (24 hours)
fullUpdateInterval: 1440

In your render.conf, add:

# If the free-flight-mode in the web-application is enabled or not.
# Default is true
enableFreeFlight: true

Changelog since 1.5.2

  • Added 1.17 resources (new blocks etc..)
  • Added support for variable world-heights in Minecraft 1.17
  • Added 1.17 support for fabric
  • Update BlueMapAPI to 1.6.0
  • Update to latest SpongeAPI 8.0.0 changes
  • Added a setting to be able to disable the free-flight-mode of the web-app
  • Added /bluemap marker list
  • Added periodical file-watcher restarts to make updates more consistent
  • Added periodical full map-update tasks with configurable interval
  • The webapp-menu now closes when entering fullscreen-mode
  • Fixed an issue where fully-transparent markers are rendered fully opaque
  • Small performance upgrade towards using mutable vectors
  • Updated to gradle 7.0.2

Targets:

BlueMapAPI: v1.6.0

File Target Version
BlueMap-1.5.3-cli.jar CLI for Minecraft 1.12.2 - 1.17
BlueMap-1.5.3-sponge-7.2.0.jar Sponge 7.2.0
BlueMap-1.5.3-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-1.5.3-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.5.3-fabric-1.17.jar Fabric 1.17
BlueMap-1.5.3-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.3-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.3-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.3-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.3-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.3-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.5.2 (Snapshot)

16 May 23:01
9447606
Compare
Choose a tag to compare
Pre-release

Highlights / Notes

Sponge 8 support & abillity to freeze worlds.

This is a SNAPSHOT-release and is not production-ready! Use at your own risk.

Upgrading from 1.5.1

Just swap the bluemap.jar.

Changelog since 1.5.1

  • Added support for SpongeAPI 8.0.0 (Commit 9331d38) (Thanks to @pschichtel and @Faithcaio)
  • Added /bluemap freeze <map-id> which will stop all automatic updates for a specific map
  • Added /bluemap unfreeze <map-id> to reenable automatic map-updates
  • /bluemap maps now shows if a map is frozen
  • Greatly improved /bluemap purge <map-id>
  • Added /bluemap cancel <task-id> which manually cancels a scheduled task
  • Renamed /bluemap render to /bluemap force-update to discourage using it
  • Stopping and starting the render-threads with /bluemap start//bluemap stop now persists across server-restarts
  • Added a file ./bluemap/pluginState.json (contains the state of render-threads and frozen-maps)
  • Updated gradle-wrapper to version 6.9
  • Updated configurate-library to version 4.1.1
  • Updated bStats to version 2.2.1
  • Improvements on calculating render-time ETAs
  • SpongeAPI 7.2.0 is supported again (was 7.3.0)
  • Tentative fix for an error when sorting render-tasks
  • Some build-script improvements

Targets:

BlueMapAPI: v1.5.0

File Target Version
BlueMap-1.5.2-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.5.2-sponge-7.2.0.jar Sponge 7.2.0
BlueMap-1.5.2-sponge-8.0.0.jar Sponge 8.0.0 (Commit 9331d38)
BlueMap-1.5.2-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.5.2-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.2-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.2-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.2-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.2-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.2-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.5.1 (Snapshot)

08 May 22:18
a52f2f5
Compare
Choose a tag to compare
Pre-release

Highlights / Notes

Update command & rendering is sorted again.

This is a SNAPSHOT-release and is not production-ready! Use at your own risk.

Upgrading from 1.5.0

Just swap the bluemap.jar.
Optionally configure permission changes: bluemap.resume => bluemap.start and bluemap.pause => bluemap.stop.

Changelog since 1.5.0

  • Added /bluemap update (Use to make bluemap re-check for updates)
  • Re-Added /bluemap render (Use to force bluemap to render (parts of) the map again)
  • Renamed /bluemap resume to /bluemap start (& permission bluemap.resume => bluemap.start)
  • Renamed /bluemap pause to /bluemap stop (& permission bluemap.pause => bluemap.stop)
  • Fixed broken render-sorting: bluemap now starts rendering from the center out again
  • Fixed a bug which could cause a (harmless) error when a http-connection was closed

Targets:

BlueMapAPI: v1.5.0

File Target Version
BlueMap-1.5.1-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.5.1-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.5.1-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.5.1-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.1-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.1-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.1-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.1-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.1-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.5.0 (Snapshot)

02 May 15:30
412e276
Compare
Choose a tag to compare
Pre-release

Highlights / Notes

Rewrite of the render-manager and map-updating: map updates are now directly based on file-changes and should be way more reliable now.
Also greatly reduced the possibility of corrupted files after crashes or when viewing the map during a render.

This is a SNAPSHOT-release and is not production-ready! Use at your own risk.

Upgrading from 1.4.2

Just swap the bluemap.jar.
After updating, BlueMap will start to completely re-render all your maps once!

Changelog since 1.4.2

  • Rewrite of the render-manager
  • Added file-watchers that detect changes in the world-files and update the maps based on those changes
  • Added a .rstate file to each map (./bluemap/web/data/<map>/.rstate)
  • Most of the files are now atomically saved (greatly reduces the possibility of corrupted files after crashes or when viewing the map during a render)
  • Added the -u/--watch flag to the CLI. When using this flag, instead of terminating after the rendering is done, the cli will continue to watch the world-files and update the map as soon as it detects changes.
  • Removed the /bluemap render command
  • Removed the ./bluemap/rmstate file
  • Removed world-save, block-change and chunk-save listeners
  • Fixed a bug where BlueMap was rendering unfinished chunks
  • Fixed a bug that caused the ignoreMissingLightData-setting to be always enabled

Targets:

BlueMapAPI: v1.5.0

File Target Version
BlueMap-1.5.0-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.5.0-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.5.0-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.5.0-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.5.0-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.5.0-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.5.0-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.5.0-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.5.0-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.4.2

28 Mar 17:12
a23178f
Compare
Choose a tag to compare

Highlights / Notes

Complete rewrite of the web-app, free-flight mode, new UI, new marker-types, web-app localization.

Upgrading from 1.3.1 (or 1.4.1)

Swap the bluemap.jar and delete your ./bluemap/web/index.html.

(If you want a clean webroot, you can delete everything in the web folder except the data folder)

Changelog since 1.3.1

  • Updated to BlueMapAPI 1.5.0
  • Completely redone the webapp
    • Reworked map-loading
    • Reworked controls
  • Changed the complete UI-Design
  • Reorganized the menu and HUD-buttons
  • Added a dark UI-theme
  • Added localizations to the webapp (thanks to @tsutoringo)
    • Added japanese translations (thanks to @tsutoringo)
    • Added french translations (thanks to @Aurelien30000)
    • Added dutch translations (thanks to @TechnicJelle)
    • Added german translations
    • Added finnish translations (thanks to @Chicken)
    • Added italian translations (thanks to @otDan)
    • Added polish translations (thanks to @otDan)
    • Added russian translations (thanks to @NikitaCartes)
  • Added a "Reset Camera" Button
  • Added an orthogonal top-down view
  • Added a free-flight view with spectator-like controls
  • Added a searchable list of all markers and player-markers
  • Added a sunlight-slider and an ambient-light slider
  • Added a "Reset all Settings" Button
  • Added new marker-types: extrude, line and html
  • Markers are now updating automatically every 10 seconds
  • Added the possibillity to change the line-thickness of all markers (api missing)
  • Switching between maps of the same world no longer resets the camera
  • Fixed the lowres-model visible below hires-overhangs and floating islands (Issue #13)
  • Removed the 404-errors in the browser-console when loading empty map-tiles
  • Potentially fixed an issue with smooth-scrolling mice
  • Improved file/folder access (e.g. the inabillity to create a folder now actually throws the correct error)

Changelog since 1.4.1

  • Removed the 404-errors in the browser-console when loading empty map-tiles
  • Added finnish translations (thanks to @Chicken)
  • Added italian translations (thanks to @otDan)
  • Added polish translations (thanks to @otDan)
  • Added russian translations (thanks to @NikitaCartes)
  • Improved file/folder access (e.g. the inabillity to create a folder now actually throws the correct error)

Targets:

BlueMapAPI: v1.5.0

File Target Version
BlueMap-1.4.2-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.4.2-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.4.2-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.4.2-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.4.2-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.4.2-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.4.2-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.4.2-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.4.2-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.4.1-rc

24 Mar 17:38
26ccd8a
Compare
Choose a tag to compare
Version 1.4.1-rc Pre-release
Pre-release

Highlights / Notes

Added support for the new marker-types to BlueMapAPI and webapp localization.

Upgrading from 1.4.0

Swap the bluemap.jar and delete your ./bluemap/web/index.html.

(If you want a clean webroot, you can delete everything in the web folder except the data folder)

Changelog since 1.4.0

  • Updated to BlueMapAPI 1.5.0
    • Added the new Marker-Types to the API
  • Added localizations to the webapp (thanks to @tsutoringo)
  • Fixed the web-app not working with web-clients that only support WebGL 1
  • Fixed an issue with sliders becoming invisible in some occasions
  • Fixed the missing poi.svg asset
  • Fixed the og:image meta-tag
  • Fixed two (minor) js-warnings

Targets:

BlueMapAPI: v1.5.0

File Target Version
BlueMap-1.4.1-rc-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.4.1-rc-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.4.1-rc-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.4.1-rc-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.4.1-rc-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.4.1-rc-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.4.1-rc-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.4.1-rc-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.4.1-rc-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.4.0-snap

18 Mar 22:53
69371bb
Compare
Choose a tag to compare
Version 1.4.0-snap Pre-release
Pre-release

Highlights / Notes

Complete rewrite ot the webapp

Upgrading from 1.3.1

Swap the bluemap.jar and delete your ./bluemap/web/index.html.

(If you want a clean webroot, you can delete everything in the web folder except the data folder)

Changelog since 1.3.1

  • Completely redone the webapp
    • Reworked map-loading
    • Reworked controls
  • Changed the complete UI-Design
  • Reorganized the menu and HUD-buttons
  • Added a dark UI-theme
  • Added a "Reset Camera" Button
  • Added an orthogonal top-down view
  • Added a free-flight view with spectator-like controls
  • Added a searchable list of all markers and player-markers
  • Added a sunlight-slider and an ambient-light slider
  • Added a "Reset all Settings" Button
  • Added new marker-types: extrude, line and html (api missing)
  • Markers are now updating automatically every 10 seconds
  • Added the possibillity to change the line-thickness of all markers (api missing)
  • Switching between maps of the same world no longer resets the camera
  • Fixed the lowres-model visible below hires-overhangs and floating islands (Issue #13)
  • Potentially fixed an issue with smooth-scrolling mice

Targets:

BlueMapAPI: v1.4.0

File Target Version
BlueMap-1.4.0-snap-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.4.0-snap-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.4.0-snap-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.4.0-snap-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.4.0-snap-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.4.0-snap-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.4.0-snap-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.4.0-snap-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.4.0-snap-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)

Version 1.3.1

04 Feb 17:40
faceed7
Compare
Choose a tag to compare

Highlights / Notes

Full 1.16.5 support, bugfixes, small improvements and new API version

Upgrading from 1.3.0

Just swap the bluemap.jar.

Changelog since 1.3.0

  • Open fabric and forge version dependencies to support 1.16.5
  • Push API version for some bugfixes
  • Add support for loading custom dimensions that have been added by a datapack
  • Properly implement equals and hashCode functions for Marker and MarkerSet implementations
  • Improved debug-log of failures when loading resources
  • Fixed a bug where parent-elements of block-models got inherited when they shouldn't
  • Fixed an insufficient synchronisation that can cause a rare error while rendering 1.12.2 chunks
  • Fixed a possible StackOverflowError caused by an invalid texture-definition by a resource
  • Ignore unresolved texture references if they are unused by the model

Targets:

BlueMapAPI: v1.4.0

File Target Version
BlueMap-1.3.1-cli.jar CLI for Minecraft 1.12.2 - 1.16.5
BlueMap-1.3.1-sponge-7.3.0.jar Sponge 7.3.0
BlueMap-1.3.1-spigot.jar Spigot/Paper 1.13.2 - 1.16.5
BlueMap-1.3.1-fabric-1.16.4.jar Fabric 1.16.2 - 1.16.5
BlueMap-1.3.1-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-1.3.1-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-1.3.1-forge-1.16.4.jar Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0)
BlueMap-1.3.1-forge-1.15.2.jar Forge 1.15.2 (1.15.2-31.2.0)
BlueMap-1.3.1-forge-1.14.4.jar Forge 1.14.4 (1.14.4-28.2.0)