Releases: BlueMap-Minecraft/BlueMap
Version 3.17
Highlights / Notes
Full 1.20.2 support and some small tweaks and fixes.
Upgrading from 3.16
- Replace your BlueMap.jar
Changelog since 3.16
- Added fabric 1.20.2 implementation (Thanks to @NikitaCartes)
- Added normal PaperAPI support to Folia-implementation
- Improved console-out on paper/folia implementation (now supports colors)
- Improved webserver binding message when binging to the '0.0.0.0' wildcard (Thanks to @TechnicJelle)
- Updated Traditional Chinese (zh_tw) localization (Thanks to @TWME-TW)
- Updated Gradle Version (Thanks to @NikitaCartes)
- Fix tall non-animated textures getting cut off (Thanks to @YuRaNnNzZZ)
Targets:
Java: 11
BlueMapAPI: 2.6.1
| File | Target Version |
|---|---|
| BlueMap-3.17-cli.jar | CLI for Minecraft 1.13.2 - 1.20.2 |
| BlueMap-3.17-spigot.jar | Spigot/Paper 1.13.2 - 1.20.2 |
| BlueMap-3.17-paper.jar | Paper/Folia 1.20.1 - 1.20.2 |
| BlueMap-3.17-fabric-1.20.2.jar | Fabric 1.20.2 |
| BlueMap-3.17-fabric-1.20.jar | Fabric 1.20 - 1.20.1 |
| BlueMap-3.17-fabric-1.19.4.jar | Fabric 1.19.4 |
| BlueMap-3.17-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
| BlueMap-3.17-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
| BlueMap-3.17-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
| BlueMap-3.17-fabric-1.15.2.jar | Fabric 1.15.2 |
| BlueMap-3.17-forge-1.20.jar | Forge 1.20 - 1.20.2 |
| BlueMap-3.17-forge-1.19.4.jar | Forge 1.19.4 |
| BlueMap-3.17-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
| BlueMap-3.17-forge-1.17.1.jar | Forge 1.17.1 |
| BlueMap-3.17-sponge-8.0.0.jar | Sponge 8.0.0 |
| BlueMap-3.17-sponge-9.0.0.jar | Sponge 9.0.0 |
Version 3.16
Highlights / Notes
Fixed a major webapp-bug that got introduced in 3.15.
(-> I added a missing ? somewhere ^-^)
But since you are probably coming from 3.14 or eariler:
We have now support for POSTGRES and SQLITE! :)
Upgrading from 3.15 or 3.14
- Replace your BlueMap.jar
- Delete your
<webroot>/index.html(usually./bluemap/web/index.html) so BlueMap updates the webapp!
Changelog since 3.15
- Fixed a bug that made the webapp unusable with multiple maps when player-markers are disabled
Changelog since 3.14
- Added support for postgres databases (Thanks to @mrsolarius, #443)
- Added support for sqlite storages (#322)
- Added "latest render" times to the
/bluemapand/bluemap mapscommands - Added advanced logging-options to
core.confandwebserver.conf - Marker-Sets now remember when you hide/show them
- Added abillity to use the "follow-player" feature in first-person mode
- Expose more JS-Classes on the webapp to make it easier for custom js-scripts to modify the webapp (Thanks to @Chicken, #449)
- Improve Error-Messages when the port is already occupied (Thanks to @TechnicJelle, #440)
- Default config files now generate with forward-slashes as their path/file-separator whenever possible
- The webapp no longer resets the camera when pressing the
update-mapbutton - Added
default-to-flat-viewoption to thewebapp.conf - Added support for c2me-uncompressed chunks
- Added Vietnamese translation (Thanks to @hUwUtao, #448)
- Updated Dutch translation (Thanks to @TechnicJelle, #453)
- Fixed support for 1.13.2 worlds
- Fixed the command-permission for deleting a map from a storage
- Fixed the default
plugin.confhavingmap-update-intervalinstead of the correctfull-update-interval - Fixed the PlayerSkinProvider not being available to the API when player-markers are disabled
- Fixed some webfiles not being written in the corrrect charset
- Fixed markers not being removed correctly when switching maps (#430)
- Fixed mobile forst-person controls not being displayed (#447)
- Fixed jumping to players in a different world not working
- Fixed scrolling with the mouse on a POI-marker doesn't zoom (#409)
- Fixed webapp keeps moving when the window looses focus while a move-key is pressed (#408)
- Fixed some markers overlapping the webapp-menu when there are more then 100 poi/html markers on the map
- Fixed markers being selectable
Targets:
Java: 11
BlueMapAPI: 2.6.0
| File | Target Version |
|---|---|
| BlueMap-3.16-cli.jar | CLI for Minecraft 1.13.2 - 1.20.2 |
| BlueMap-3.16-sponge-8.0.0.jar | Sponge 8.0.0 |
| BlueMap-3.16-sponge-9.0.0.jar | Sponge 9.0.0 |
| BlueMap-3.16-spigot.jar | Spigot/Paper 1.13.2 - 1.20.2 |
| BlueMap-3.16-folia.jar | Folia 1.19.4 - 1.20.2 |
| BlueMap-3.16-fabric-1.20.jar | Fabric 1.20 - 1.20.1 |
| BlueMap-3.16-fabric-1.19.4.jar | Fabric 1.19.4 |
| BlueMap-3.16-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
| BlueMap-3.16-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
| BlueMap-3.16-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
| BlueMap-3.16-fabric-1.15.2.jar | Fabric 1.15.2 |
| BlueMap-3.16-forge-1.20.jar | Forge 1.20 - 1.20.2 |
| BlueMap-3.16-forge-1.19.4.jar | Forge 1.19.4 |
| BlueMap-3.16-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
| BlueMap-3.16-forge-1.17.1.jar | Forge 1.17.1 |
| BlueMap-3.16-forge-1.16.5.jar | Forge 1.16.5 |
Version 3.15
Highlights / Notes
Added support for POSTGRES and SQLITE :)
(And fixed some bugs)
Upgrading from 3.14
- Replace your BlueMap.jar
- Delete your
<webroot>/index.html(usually./bluemap/web/index.html) so BlueMap updates the webapp!
Changelog since 3.14
- Added support for postgres databases (Thanks to @mrsolarius, #443)
- Added support for sqlite storages (#322)
- Added "latest render" times to the
/bluemapand/bluemap mapscommands - Added advanced logging-options to
core.confandwebserver.conf - Marker-Sets now remember when you hide/show them
- Added abillity to use the "follow-player" feature in first-person mode
- Expose more JS-Classes on the webapp to make it easier for custom js-scripts to modify the webapp (Thanks to @Chicken, #449)
- Improve Error-Messages when the port is already occupied (Thanks to @TechnicJelle, #440)
- Default config files now generate with forward-slashes as their path/file-separator whenever possible
- The webapp no longer resets the camera when pressing the
update-mapbutton - Added
default-to-flat-viewoption to thewebapp.conf - Added support for c2me-uncompressed chunks
- Added Vietnamese translation (Thanks to @hUwUtao, #448)
- Updated Dutch translation (Thanks to @TechnicJelle, #453)
- Fixed support for 1.13.2 worlds
- Fixed the command-permission for deleting a map from a storage
- Fixed the default
plugin.confhavingmap-update-intervalinstead of the correctfull-update-interval - Fixed the PlayerSkinProvider not being available to the API when player-markers are disabled
- Fixed some webfiles not being written in the corrrect charset
- Fixed markers not being removed correctly when switching maps (#430)
- Fixed mobile forst-person controls not being displayed (#447)
- Fixed jumping to players in a different world not working
- Fixed scrolling with the mouse on a POI-marker doesn't zoom (#409)
- Fixed webapp keeps moving when the window looses focus while a move-key is pressed (#408)
- Fixed some markers overlapping the webapp-menu when there are more then 100 poi/html markers on the map
- Fixed markers being selectable
Targets:
Java: 11
BlueMapAPI: 2.6.0
| File | Target Version |
|---|---|
| BlueMap-3.15-cli.jar | CLI for Minecraft 1.13.2 - 1.20.1 |
| BlueMap-3.15-sponge-8.0.0.jar | Sponge 8.0.0 |
| BlueMap-3.15-sponge-9.0.0.jar | Sponge 9.0.0 |
| BlueMap-3.15-spigot.jar | Spigot/Paper 1.13.2 - 1.20.1 |
| BlueMap-3.15-folia.jar | Folia 1.19.4 - 1.20.1 |
| BlueMap-3.15-fabric-1.20.jar | Fabric 1.20 - 1.20.1 |
| BlueMap-3.15-fabric-1.19.4.jar | Fabric 1.19.4 |
| BlueMap-3.15-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
| BlueMap-3.15-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
| BlueMap-3.15-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
| BlueMap-3.15-fabric-1.15.2.jar | Fabric 1.15.2 |
| BlueMap-3.15-forge-1.20.jar | Forge 1.20 - 1.20.1 |
| BlueMap-3.15-forge-1.19.4.jar | Forge 1.19.4 |
| BlueMap-3.15-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
| BlueMap-3.15-forge-1.17.1.jar | Forge 1.17.1 |
| BlueMap-3.15-forge-1.16.5.jar | Forge 1.16.5 |
Version 3.14
Highlights / Notes
Added Minecraft 1.20 support.
Upgrading from 3.13
- replace your BlueMap.jar
Changelog since 3.13
- Added support for Minecraft 1.20 worlds
- Added fabric 1.20 implementation
- Added forge 1.20 implementation
- Added support for the
.linearregion-format (thanks to @kugge, #418) - Added
/bluemap storagescommand which lists all available (configured) storages - Added
/bluemap storages <storage>command which lists all (loaded and unloaded) maps on that storage - Added
/bluemap storages <storage> delete <map>which can be used to delete an unloaded map from a storage (beta) - Added a
-Vor--versionflag to the cli, which shows the current bluemap-version (thanks to @Chicken, #414) - Added thai-translation (thanks to @MidnightTale, #412)
- Updated french-translation (thanks to @kugge, #410 & #411)
- Improved threading and moved
/bluemap(status-command) execution to a separate thread - Implement BlueMapAPI version 2.5.1
- Fixed an issue where BlueMap could use outdated/cached chunks to render an update
- Fixed rendering starting before the API is initialized (thanks to @Chicken, #425)
- Fixed an error with player-updates on Folia
Targets:
Java: 11
BlueMapAPI: 2.5.1
| File | Target Version |
|---|---|
| BlueMap-3.14-cli.jar | CLI for Minecraft 1.13.2 - 1.20.1 |
| BlueMap-3.14-sponge-8.0.0.jar | Sponge 8.0.0 |
| BlueMap-3.14-sponge-9.0.0.jar | Sponge 9.0.0 |
| BlueMap-3.14-spigot.jar | Spigot/Paper 1.13.2 - 1.20.1 |
| BlueMap-3.14-folia.jar | Folia 1.19.4 - 1.20.1 |
| BlueMap-3.14-fabric-1.20.jar | Fabric 1.20 - 1.20.1 |
| BlueMap-3.14-fabric-1.19.4.jar | Fabric 1.19.4 |
| BlueMap-3.14-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
| BlueMap-3.14-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
| BlueMap-3.14-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
| BlueMap-3.14-fabric-1.15.2.jar | Fabric 1.15.2 |
| BlueMap-3.14-forge-1.20.jar | Forge 1.20 - 1.20.1 |
| BlueMap-3.14-forge-1.19.4.jar | Forge 1.19.4 |
| BlueMap-3.14-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
| BlueMap-3.14-forge-1.17.1.jar | Forge 1.17.1 |
| BlueMap-3.14-forge-1.16.5.jar | Forge 1.16.5 |
Version 3.13
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.htmlso 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 |
Version 3.12
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 |
Version 3.11 (Snapshot)
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 |
Version 3.10
Highlights / Notes
Sorting and unlisting markers and fast reloading.
Upgrading from 3.9
- replace your BlueMap.jar
- delete your
<webroot>/index.htmlso 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 lightto 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
blocksfolder
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 |
Version 3.9
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.htmlso 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.phpnot 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 |
Version 3.8
Highlights / Notes
Lots of small features and tweaks!
Upgrading from 3.7
- replace your BlueMap.jar
- delete your
<webroot>/index.htmlso 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-lightfeature works - Improved how
hide-below-sky-lightandhide-below-block-lightplay together - Improved how the
min-inhabited-timefeature works (rendered tiles should be more connected) - Added a hidden
min-inhabited-time-radiussetting - 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 dumpnow also works if bluemap is not loaded- Fixed a falsely named config value in the
plugin.conftemplate (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.phpis 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 |