Highlights / Notes
Mostly bugfixes. BlueMap now requires Java 21.
This is the first release after a lot of changes with bluemap's build system.
From now on BlueMap's new releases will target Java 21 and there will be only one version per platform (one forge version, one fabric version, etc.). If you need BlueMap for an older Minecraft-Version for your platform that is not supported by the latest version, use a (previous) version of BlueMap that supports the version you need.
This change makes BlueMap easier to maintain and will help with further/future BlueMap development and new features.
Upgrading from 5.3
Just replace the .jar-file :)
Optionally delete your <webroot>/index.html
to make bluemap update the webapp.
Changelog since 5.3
- Stopped pre-scanning the full map-state on map-initialization (improves bluemap load time)
- Added support for emissive textures added in Minecraft Snapshot 24w33a
- Added error-logging to the sql.php (Thanks to @ColdeZhang, #595)
- A lot of "under the hood" changes and improvements
- Fixed incompatibility with some forge-mods (#516)
- Fixed corrupted map-state files not self-healing (#588)
- Fixed Exception when loading big chunks (#587)
- Fixed webapp links with only the map-id not working (#589)
- Fixed an issue where exceptions when enabling bluemap-addons where not logged correctly
- Fixed some typos in config-templates
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.4
Highlights / Notes
Mostly bugfixes.
Upgrading from 5.2
Just replace the .jar-file :)
Optionally delete your <webroot>/index.html
to make bluemap update the webapp.
Changelog since 5.2
- Changed lowres-tile saving to be even more robust, reducing the probability of lowres-tiles corrupting even if
there are temporary issues when trying to save them (e.g. a short db-connection loss)
This also fixes an occasional tile-save error with databases when bluemap is disabling (or reloading). - Reloading the webapp (F5) will now automatically trigger a map-refresh (thanks to @MicLieg)
- Fixed an error reading chunks that are larger than a certain threshold
- Fixed an NPE when the region-folder of a dimension isn't present for some time
- Fixed the debug-dump being named
dump.json.gz
but not being actually compressed -> renamed back todump.json
- Fixed some leftover debug code spawning a random
teststate.json
on cli - Fixed an incompatibility with some fabric/forge mods
- Fixed cli errors when using ctrl+c to stop
- Fixed exception when a player joins the server on fabric-1.20
- Fixed spigot version detection
- Fixed a
core.conf
typo (thanks to @monke8555)
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.3