BlueMap Versions Save

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.

v3.13

1 year ago

Highlights / Notes

Adding folia support .. (just because we can :p) And fixing some small things :)

Upgrading from 3.12

  • replace your BlueMap.jar
  • delete your <webroot>/index.html so bluemap updates your webapp

Changelog since 3.12

  • Added folia implementation
  • Added forge 1.19.4 implementation
  • Fixed error when purging maps on an sql-storage
  • Fixed block-tint for cherry-leaves
  • Fixed error on loading some resource-packs
  • Fixed clicking on blocks doesn't work far away from 0/0
  • Fixed a camera issue when the map-ground is below 0

Targets:

Java: 11 BlueMapAPI: 2.5.0

File Target Version
BlueMap-3.13-cli.jar CLI for Minecraft 1.13.2 - 1.19.4
BlueMap-3.13-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.13-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.13-spigot.jar Spigot/Paper 1.13.2 - 1.19.4
BlueMap-3.13-folia.jar Folia 1.19.4
BlueMap-3.13-fabric-1.19.4.jar Fabric 1.19.4
BlueMap-3.13-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.13-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.13-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.13-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.13-fabric-1.16.2.jar Fabric 1.16.2 - 1.16.5
BlueMap-3.13-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.13-forge-1.19.4.jar Forge 1.19.4
BlueMap-3.13-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.13-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.13-forge-1.18.1.jar Forge 1.18.1 - 1.18.2
BlueMap-3.13-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.13-forge-1.16.5.jar Forge 1.16.5

v3.12

1 year ago

Highlights / Notes

Better integrated webserver, able to handle much more connections at once! Added fabric 1.19.4 implementation. An implementation for forge will follow once forge is available for 1.19.4. The implementation for spigot/paper should continue to work.

Upgrading from 3.10 or 3.11

  • replace your BlueMap.jar

Changelog since 3.10

  • Rewrite of the intgrated webserver to Java-NIO
    • Fixes the webserver becoming non-responsive if multiple people are accessing it at once
    • No more hard connection limit (the config for this got removed)
    • The webserver only has one worker-thread overall, instead of one for each connection
  • Added 1.19.4 resources
  • Added 1.19.4 fabric implementation
  • Prevent the integrated webserver from sending raw php files
  • Fixed several issues with wrong lowres-pixels mostly visible on nether-maps
  • Fixed issues with the purge-task if the map was stored on a sql-db
  • The webserver now keeps running even if no active maps are configured (to still be able to host static maps)
  • Added Turkish translation (thanks to @KeksToGo, #393)
  • Updated Portuguese translation (thanks to @Dycool, #391)
  • Not-existent lowres tiles now get a 204 response instead of a 200 with an empty json object
  • Improved the default sql-storage config
  • Fixed incompatibillity with spigot-plugins that modify the tellraw-command
  • Fixed block-models not being loaded if they are directly in the root "models" folder
  • Fixed the version not being displayed correctly if there is a tailing 0
  • Fixed a rare isse that could lock the server while bluemap is loading and a player joins at the same time
  • Fixed an issue with servers runnig arclight

Targets:

Java: 11 BlueMapAPI: 2.5.0

File Target Version
BlueMap-3.12-cli.jar CLI for Minecraft 1.13.2 - 1.19.4
BlueMap-3.12-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.12-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.12-spigot.jar Spigot/Paper 1.13.2 - 1.19.4
BlueMap-3.12-fabric-1.19.4.jar Fabric 1.19.4
BlueMap-3.12-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.12-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.12-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.12-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.12-fabric-1.16.2.jar Fabric 1.16.2 - 1.16.5
BlueMap-3.12-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.12-forge-1.19.4.jar Forge 1.19.4
BlueMap-3.12-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.12-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.12-forge-1.18.1.jar Forge 1.18.1 - 1.18.2
BlueMap-3.12-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.12-forge-1.16.5.jar Forge 1.16.5

v3.11

1 year ago

Highlights / Notes

The Integrated webserver should now be more lightweight on cpu and ram and be able to handle much more connections at once! (In theory :p -> this is a snapshot ^^)

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

Upgrading from 3.10

  • replace your BlueMap.jar

Changelog since 3.10

  • Rewrite of the integrated webserver to Java-NIO
    • Fixes the webserver becoming non-responsive if multiple people are accessing it at once
    • No more hard connection limit (the config for this got removed)
    • The webserver only has one worker-thread overall, instead of one for each connection
  • Prevent the integrated webserver from sending raw php files
  • Added Turkish translation (thanks to @KeksToGo, #393)
  • Updated Portuguese translation (thanks to @Dycool, #391)
  • Fixed block-models not being loaded if they are directly in the root "models" folder
  • Fixed the version not being displayed correctly if there is a tailing 0

Targets:

Java: 11 BlueMapAPI: 2.5.0

File Target Version
BlueMap-3.11-cli.jar CLI for Minecraft 1.13.2 - 1.19.3
BlueMap-3.11-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.11-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.11-spigot.jar Spigot/Paper 1.13.2 - 1.19.3
BlueMap-3.11-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.11-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.11-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.11-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.11-fabric-1.16.2.jar Fabric 1.16.2 - 1.16.5
BlueMap-3.11-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.11-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.11-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.11-forge-1.18.1.jar Forge 1.18.1 - 1.18.2
BlueMap-3.11-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.11-forge-1.16.5.jar Forge 1.16.5

v3.10

1 year ago

Highlights / Notes

Sorting and unlisting markers and fast reloading.

Upgrading from 3.9

  • replace your BlueMap.jar
  • delete your <webroot>/index.html so bluemap updates the webapp

Changelog since 3.9

  • Implement BlueMapAPI 2.5.0 (sorting and unlisting markers in the webapp's marker-menu)
  • Added /bluemap reload light to reload bluemap without reloading resources (mods & resourcepacks)
  • Improved default map-config generation if there is more than one dimension of the same type
  • Improved the webapps error handling if a map could not be loaded correctly
  • Changed the default steve.png to have the same image-size as generated playerhead-icons (thanks to @TechnicJelle, #383)
  • Updated UA and RU translations (thanks to @karilaa-dev, #389)
  • Updated FI translation (thanks to @Chicken, #390)
  • Various small improvements
  • Fixed webserver not closing for 10 secounds when unloading bluemap
  • Fixed bug that updates the settings.json if the webapp is being disabled
  • Fixed block-models not being loaded if they are not in the blocks folder

Targets:

Java: 11 BlueMapAPI: 2.5.0

File Target Version
BlueMap-3.10-cli.jar CLI for Minecraft 1.13.2 - 1.19.3
BlueMap-3.10-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.10-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.10-spigot.jar Spigot/Paper 1.13.2 - 1.19.3
BlueMap-3.10-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.10-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.10-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.10-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.10-fabric-1.16.2.jar Fabric 1.16.2 - 1.16.5
BlueMap-3.10-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.10-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.10-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.10-forge-1.18.1.jar Forge 1.18.1 - 1.18.2
BlueMap-3.10-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.10-forge-1.16.5.jar Forge 1.16.5

v3.9

1 year ago

Highlights / Notes

Bugfix for 3.8 if you are using an SQL-Storage.

Upgrading from 3.7

  • replace your BlueMap.jar
  • delete your <webroot>/index.html so bluemap updates the webapp!

Optionally you can delete your entire webapp (except <webroot>/maps) to have a clean webapp installation.

If you use an external webserver with sql, make sure to update the index.php with the new one.

Upgrading from 3.8

  • replace your BlueMap.jar

If you use an external webserver with sql, make sure to update the index.php with the new one (yes, again!).

If you were using SQL-Storage and experience broken textures, use /bluemap force-update <map> so bluemap re-renders your map and fixes the texture-issues! (This was caused by 3.8, sorry!)

Changelog since 3.8

  • Fixed an issue where the database-format changed but the database didn't get updated correctly (resulting in lost texture-data, and )
  • Fixed an issue with the _index.php not being able to find meta-files
  • Fixed an error on the sponge-implementations when players join

Targets:

Java: 11 BlueMapAPI: 2.4.0

File Target Version
BlueMap-3.9-cli.jar CLI for Minecraft 1.13.2 - 1.19.3
BlueMap-3.9-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.9-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.9-spigot.jar Spigot/Paper 1.13.2 - 1.19.3
BlueMap-3.9-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.9-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.9-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.9-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.9-fabric-1.16.2.jar Fabric 1.16.2 - 1.16.5
BlueMap-3.9-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.9-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.9-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.9-forge-1.18.1.jar Forge 1.18.1 - 1.18.2
BlueMap-3.9-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.9-forge-1.16.2.jar Forge 1.16.5

v3.8

1 year ago

Highlights / Notes

Lots of small features and tweaks!

Upgrading from 3.7

  • replace your BlueMap.jar
  • delete your <webroot>/index.html so bluemap updates the webapp!

Optionally you can delete your entire webapp (except <webroot>/maps) to have a clean webapp installation.

If you use an external webserver with sql, make sure to update the index.php with the new one.

Changelog since 3.7

  • Updated to BlueMapAPI 2.4.0
  • Added abillity to add custom scripts and style-sheets
  • Player-head icons and other assets now properly work with server-networks
  • Added abillity to add holes into shape and extrude markers
  • Added zoom-buttons to the webapp
  • Loosened the camera-angle-bounds a bit for more look-around-freedom
  • Improved how the cave-detection-uses-block-light feature works
  • Improved how hide-below-sky-light and hide-below-block-light play together
  • Improved how the min-inhabited-time feature works (rendered tiles should be more connected)
  • Added a hidden min-inhabited-time-radius setting
  • Merged BlueMapWeb and BlueMapVue into the main repo
  • Updated webapp to use Vue3
  • Updated webapp to use ThreeJs 0.147.0
  • Language-files are now HOCON instead of JS
  • Named all of BlueMaps threads for a better thread-dump in crash-reports
  • /bluemap debug dump now also works if bluemap is not loaded
  • Fixed a falsely named config value in the plugin.conf template (hidden-gamemodes -> hidden-game-modes)
  • Changed scroll-event-handling so that trying to zoom in an embedded bluemap doesn't scroll the parent page (thanks to @odiffey, #376)
  • The _index.php is now generated with single-quotes to avoid accidental variable substitution
  • Updated zh_CN tanslation (thanks to @ff98sha, #374)

Targets:

BlueMapAPI: 2.4.0

File Target Version
BlueMap-3.8-cli.jar CLI for Minecraft 1.13.2 - 1.19.3
BlueMap-3.8-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.8-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.8-spigot.jar Spigot/Paper 1.13.2 - 1.19.3
BlueMap-3.8-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.8-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.8-fabric-1.18.jar Fabric 1.18 - 1.18
BlueMap-3.8-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.8-fabric-1.16.2.jar Fabric 1.16.2
BlueMap-3.8-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.8-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.8-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.8-forge-1.18.1.jar Forge 1.18.1
BlueMap-3.8-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.8-forge-1.16.2.jar Forge 1.16.2
BlueMap-3.8-forge-1.15.2.jar Forge 1.15.2
BlueMap-3.8-forge-1.14.4.jar Forge 1.14.4

v3.7

1 year ago

Highlights / Notes

Added 1.19.3 support.

Upgrading from 3.6

  • replace your BlueMap.jar

Changelog since 3.6

  • Added fabric-1.19.3 implementation
  • Added forge-1.19.3 implementation
  • Improved the texture-gallery handling of not-found resources to avoid map-corruption
  • Improved the purge-command to also reset a maps texture-gallery
  • Added a connection-timeout to the internal webserver

Targets:

BlueMapAPI: 2.2.1

File Target Version
BlueMap-3.7-cli.jar CLI for Minecraft 1.13.2 - 1.19.3
BlueMap-3.7-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.7-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.7-spigot.jar Spigot/Paper 1.13.2 - 1.19.3
BlueMap-3.7-fabric-1.19.3.jar Fabric 1.19.3
BlueMap-3.7-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.7-fabric-1.18.jar Fabric 1.18 - 1.18
BlueMap-3.7-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.7-fabric-1.16.2.jar Fabric 1.16.2
BlueMap-3.7-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.7-forge-1.19.3.jar Forge 1.19.3
BlueMap-3.7-forge-1.19.1.jar Forge 1.19.1 - 1.19.2
BlueMap-3.7-forge-1.18.1.jar Forge 1.18.1
BlueMap-3.7-forge-1.17.1.jar Forge 1.17.1
BlueMap-3.7-forge-1.16.2.jar Forge 1.16.2
BlueMap-3.7-forge-1.15.2.jar Forge 1.15.2
BlueMap-3.7-forge-1.14.4.jar Forge 1.14.4

v3.6

1 year ago

Highlights / Notes

Some small webapp tweaks :)

Upgrading from 3.5

  • replace your BlueMap.jar
  • delete your ./bluemap/web/index.html so bluemap updates your webapp

Changelog since 3.5

  • Added a nice shader-effect on the highest lowres-layer simulating block-ao
  • Enabled map-rotation (with a light north-snap) for the flat-view
  • Glass and ice blocks now cull themselves, making them look nicer and more performant
  • Improved visuals of live-player-markers for skins with multiple layers (thanks to @Mark-225, #353)
  • Added a tint-color for snow (layers) to fix a render-issue with some resource-packs
  • Updated Ukrainian and Russian languages (thanks to @karilaa-dev)
  • Removed forge-1.19 implementation (since the forge-1.19.1 version works for both)
  • BlueMap now prints it's command-response to the console if the command-source is an RCON connection (#351)
  • Fixed Mushroom blocks not being rendered on the lowres-layers correctly (#354)
  • Fixed rendering 1.15-worlds above y-255 not working
  • Small improvement to avoid some rare FileAlreadyExistsExceptions
  • Fixed API-Implementation returning the wrong player-visibillity

Targets:

BlueMapAPI: 2.2.1

File Target Version
BlueMap-3.6-cli.jar CLI for Minecraft 1.13.2 - 1.19.2
BlueMap-3.6-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.6-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.6-spigot.jar Spigot/Paper 1.13.2 - 1.19.2
BlueMap-3.6-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.6-fabric-1.18.jar Fabric 1.18 - 1.18
BlueMap-3.6-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.6-fabric-1.16.2.jar Fabric 1.16.2
BlueMap-3.6-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-3.6-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.6-forge-1.19.1.jar Forge 1.19 - 1.19.2 (1.19.1-42.0.1)
BlueMap-3.6-forge-1.18.1.jar Forge 1.18.1 (1.18.1-39.0.58)
BlueMap-3.6-forge-1.17.1.jar Forge 1.17.1 (1.17.1-37.0.109)
BlueMap-3.6-forge-1.16.2.jar Forge 1.16.2
BlueMap-3.6-forge-1.15.2.jar Forge 1.15.2
BlueMap-3.6-forge-1.14.4.jar Forge 1.14.4

v3.5

1 year ago

Highlights / Notes

Lots of bugfixes, small and big ones!

Upgrading from 3.4

  • Replace your BlueMap.jar
  • delete the index.html in your webroot to update your web-app

Optionally:

  • add this to each of your maps/<map>.conf files:
# This is the amount of blocks relative to the "ocean-floor" heightmap that the cave-detection will start at.
# Everything above that (heightmap-relative) y-level will not be removed.
# Comment or set to a very high value to disable using the ocean-floor heightmap for cave-detection.
# Changing this value requires a re-render of the map.
# Defaults to 10000 (disabled)
cave-detection-ocean-floor: -5

(but set it to 10000 if the map is a nether or end-world)

Changelog since 3.4

  • Updated BlueMapAPI to 2.2.1
  • Added a Screenshot-Button and a corresponding setting to the web-app (thanks to @nestu14)
  • Added an even darker "Contrast"-theme and tweaked the existing themes a bit
  • Added an option to use ocean-floor-heightmap to improve cave-detection (ocean-floors can be excluded from cave-detection)
  • Added language: Norwegian Bokmål (thanks to @kratesv)
  • Improved face-sorting algorithm, resulting in a nice performance boost (-> faster renders)
  • Fixed bluemap not rendering properly on coordinates far away from 0,0 (#160)
  • Fixed some issues with the purge command (it should delete more reliably now)
  • Fixed an issue with block-faces being culled that should be visible (#347)
  • Fixed lowres block-color calculation with multipart-blocks
  • Fixed blocks that have a broken model are being replaced by a random block instead of the black/purple missing-block block
  • Fixed lighting bug when blocks are bordering a completely empty section (#311)
  • Fixed a bug resulting in air-rooms being rendered if a chunk-section only contains one block-type
  • Fixed the whole marker-set briefly disappearing when a single poi- or html-marker is being removed (#352)
  • Fixed a render-issue with some textures with "unusual" alpha-values (#295)
  • Fixed an error due to players sometimes being update while bluemap is not fully loaded (#338)
  • Fixed an error when the ambient-light is being set to 0 in the map-configs (#339)
  • Fixed an error when bluemap's configs are in a symlinked folder (#349)
  • Fixed an outdated warning text

Targets:

BlueMapAPI: 2.2.1

File Target Version
BlueMap-3.5-cli.jar CLI for Minecraft 1.13.2 - 1.19.2
BlueMap-3.5-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.5-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.5-spigot.jar Spigot/Paper 1.13.2 - 1.19.2
BlueMap-3.5-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.5-fabric-1.18.jar Fabric 1.18 - 1.18
BlueMap-3.5-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.5-fabric-1.16.2.jar Fabric 1.16.2
BlueMap-3.5-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-3.5-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.5-forge-1.19.1.jar Forge 1.19.1 - 1.19.2 (1.19.1-42.0.1)
BlueMap-3.5-forge-1.19.jar Forge 1.19 (1.19-41.0.16)
BlueMap-3.5-forge-1.18.1.jar Forge 1.18.1 (1.18.1-39.0.58)
BlueMap-3.5-forge-1.17.1.jar Forge 1.17.1 (1.17.1-37.0.109)
BlueMap-3.5-forge-1.16.2.jar Forge 1.16.2
BlueMap-3.5-forge-1.15.2.jar Forge 1.15.2
BlueMap-3.5-forge-1.14.4.jar Forge 1.14.4

v3.4

1 year ago

Highlights / Notes

Small tweaks and mostly bugfixes

Upgrading from 3.3

  • Replace your BlueMap.jar

Optionally:

  • delete the index.html in your webroot to update your web-app.
  • add this to your plugin.conf:
# Hides the player if they are in a sky or block-light level below the given number.
# E.g. if you set this to 1, then the player will be hidden on the map if they are in absolute darkness
# Default is 0 (don't hide the player)
hide-below-sky-light: 0
hide-below-block-light: 0

Changelog since 3.3

  • Added abillity to hide players when they are in a certain light-level
  • Added a nice error-page instead of a white page when the browser doesn't support WebGL
  • Added the currently used bluemap-version to the "Info" menu in bluemap's webapp
  • Added a web-app manifest to be able to link bluemap like an app on mobile devices
  • BlueMap now keeps loading the other maps when only one map has a configuration-error
  • Updated BlueMapAPI implementation to 2.1.1
  • Fixed jumping to the correct map when clicking on a player in the player-list
  • Fixed occasional nulls in texture.json, which causes the webapp to crash
  • Fixed "Pool not open" exception after reloading BlueMap with an SQL-Storage
  • Fixed SQL-ConnectionPool not closing after a credential/connection-error

Targets:

BlueMapAPI: 2.1.1

File Target Version
BlueMap-3.4-cli.jar CLI for Minecraft 1.13.2 - 1.19.2
BlueMap-3.4-sponge-8.0.0.jar Sponge 8.0.0
BlueMap-3.4-sponge-9.0.0.jar Sponge 9.0.0
BlueMap-3.4-spigot.jar Spigot/Paper 1.13.2 - 1.19.2
BlueMap-3.4-fabric-1.19.jar Fabric 1.19 - 1.19.2
BlueMap-3.4-fabric-1.18.jar Fabric 1.18 - 1.18.2
BlueMap-3.4-fabric-1.17.jar Fabric 1.17 - 1.17.1
BlueMap-3.4-fabric-1.16.2.jar Fabric 1.16.2
BlueMap-3.4-fabric-1.16.1.jar Fabric 1.16.1
BlueMap-3.4-fabric-1.15.2.jar Fabric 1.15.2
BlueMap-3.4-forge-1.19.1.jar Forge 1.19.1 - 1.19.2 (1.19.1-42.0.1)
BlueMap-3.4-forge-1.19.jar Forge 1.19 (1.19-41.0.16)
BlueMap-3.4-forge-1.18.1.jar Forge 1.18.1 - 1.18.2 (1.18.1-39.0.58)
BlueMap-3.4-forge-1.17.1.jar Forge 1.17.1 (1.17.1-37.0.109)
BlueMap-3.4-forge-1.16.2.jar Forge 1.16.2
BlueMap-3.4-forge-1.15.2.jar Forge 1.15.2
BlueMap-3.4-forge-1.14.4.jar Forge 1.14.4