Releases: BlueMap-Minecraft/BlueMap
Version 5.2
Highlights / Notes
Faster map-data format, animated textures, refactored map-updates and world/dimension-handling,
new map-storage implementation AND BlueMap-native addons! =)
Upgrading from 5.0 or 5.1
You were already using the latest 5.x snapshot/rc?
Then don't have to do anything! Just replace the .jar-file :)
Upgrading from any other version (3.x or 4.x)
A clean re-installation is highly recommended! You WILL need to re-render all your maps.
- Shut down your server
- Make a backup
- Delete your current BlueMap-??-??.jar
- Delete the BlueMap config directory (
./plugins/BlueMap
or./config/bluemap
, depending on your platform) - Delete the BlueMap data directory (the
./bluemap
folder in your server root) - Delete any existing BlueMap-databases (All tables on your db starting with
bluemap_
, only if you were using an sql-storage) - Follow the usual installation steps
If you are using an external webserver or any other custom setup:
Revisit the wiki-pages and update your configuration accordingly!
Relevant changes:
- The
.json.gz
files are now.prbm.gz
files - The
textures.json
is now also compressed (textures.json.gz
) - The sql-tables have changed and the
sql.php
got updated accordingly
Changelog since 5.1
- Updated sponge to SpongeAPI 11
- Fixed CLI still generating the old
resourcepacks
folder
Changelog since 3.21 (condensed)
- Switched hires-model format from json to a custom binary format: prbm (slightly modified version of prwm)
- Massive performance improvement when loading map-tiles in the browser
- Slightly smaller on the storage
- Slightly faster to render
- Added animated textures
- Refactored Chunk-Loading and World management
- Added dimension config to the map configs
- Removed world-sky-light config from the map configs
- Full rewrite of the map-updating system
- Chunk change detection is now fully based on chunk-timestamps instead a mix with region-timestamps
- BlueMap will now delete already rendered parts of the map if the world got trimmed or chunks got otherwise removed from the world
- Changing the map-edges is now possible without purging the map
- Added command to force-update only map-tiles on map-edges
- Added debug command for checking map-tile states
- Correctly separated ResourcePacks and DataPacks
- Biomes are now fully DataPack based (internally)
- Renamed
resourcepacks
folder topacks
(still accepting both, resource- and data-packs) - Removed support for bluemaps
biomes.json
file in resource/data-packs (use the datapack format to configure custom biomes)
- Full map-storage implementation rewrite
- Add first implementation of a native-addon loader
- Addon devs now have the ability to make their addon loadable by bluemap directly instead of depending on a mod/plugin loader
- A limited version of the API is now also available on the CLI implementation, which can be used with native addons
- Addons can also make use of BlueMapCore and BlueMapCommon for extended functionality
- Native addons are EXPERIMENTAL right now
- Downloading vanilla-resources now considers all available minecraft versions
- Added support for nested resourcepacks (introduced in 1.20.2)
- Added resources for signs, hanging-signs, banners, shulker-chests, bell, mob/player-heads, (decorated-)pots and cake
(thanks to @TyBraniff, #536) - Allow texture-variables with missing # in certain situations to align with vanilla behaviour
(fixes loading of some resourcepacks/mods) (thanks to @glorantq, #525) - Removed the pretty-printing from the settings.json to discourage editing it manually
- Added
-m
flag to the cli which allows to specify certain maps that should be rendered - Added
-e
flag to the cli which works similar as-f
but only forces updating map-tiles on map-edges - Add option to display chunk-borders on the map (thanks to @TechnicJelle, #542)
- Map-settings now load in parallel to speed up initial page-loading with many maps (thanks to @Salzian, #538)
- Added/Updated serbian, ukraine, russian, finnish, turkish, french and zh_CN translations
- Fixed render-issues with custom world-heights
- Fixed empty block-states having the wrong block-properties
- Fixed lowres-heightmaps not working below y0
- Fixed an error with self-healing when a textures file is corrupted
- Fixed unlisted markers being counted in the marker-set gui
- Fixed
sql.php
port config not being used - Fixed grass-sides sometimes not being colored correctly (#492)
- Fixed popup-marker sometimes hiding behind other markers
- Fixed flickering with some animated textures introduced in 4.1
- Fixed webapp menu-title of player-markers not translatable
Targets:
Java: 16
BlueMapAPI: 2.7.2
File | Target Version |
---|---|
BlueMap-5.2-cli.jar | CLI for Minecraft 1.13.2 - 1.21 |
BlueMap-5.2-spigot.jar | Spigot/Paper 1.16.5 - 1.21 |
BlueMap-5.2-paper.jar | Paper/Folia 1.20.1 - 1.21 |
BlueMap-5.2-fabric.jar | Fabric 1.21 |
BlueMap-5.2-fabric-1.20.5.jar | Fabric 1.20.5 - 1.20.6 |
BlueMap-5.2-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-5.2-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-5.2-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-5.2-forge.jar | Forge 1.21 |
BlueMap-5.2-forge-1.20.6.jar | Forge 1.20.6 |
BlueMap-5.2-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-5.2-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-5.2-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-5.2-neoforge.jar | NeoForge 1.21 |
BlueMap-5.2-sponge.jar | SpongeAPI 11.0.0 |
Version 5.1 (Release-Candidate)
Highlights / Notes
Fabric Forge and Neoforge 1.21 support :)
!!! This is a RELEASE-CANDIDATE and might still have some bugs! Use at your own risk. !!!
Upgrading from 5.0
- replace your
BlueMap.jar
Upgrading from 4.1 or earlier
A clean re-installation is recommended!
Minimal steps:
- replace your BlueMap.jar
- delete the /index.html to update your webapp
- purge all maps
Changelog since 5.0
- Updated fabric, forge and neoforge implementations to Minecraft 1.21
- Added serbian language (latin & cyrillic) (thanks to @Xandar-YT, #554)
- Updated ukraine translation (thanks to @karilaa-dev, #548)
- Updated russian translation (thanks to @karilaa-dev, #548)
- Updated finnish translation (thanks to @Chicken, #552)
- Fixed the webserver not serving any map-assets (fixes player-markers not showing skins)
- Fixed an issue with loading chunks containing certain tile-entities
- Fixed an exception on player-join on fabric
- Fixed the
sql.php
to work with the new sql-storage - Fixed grass-sides sometimes not being colored correctly (#492)
- Fixed popups not showing up on mobile (#551)
Targets:
Java: 16
BlueMapAPI: 2.7.2
File | Target Version |
---|---|
BlueMap-5.1-cli.jar | CLI for Minecraft 1.13.2 - 1.21 |
BlueMap-5.1-spigot.jar | Spigot/Paper 1.16.5 - 1.21 |
BlueMap-5.1-paper.jar | Paper/Folia 1.20.1 - 1.21 |
BlueMap-5.1-fabric.jar | Fabric 1.21 |
BlueMap-5.1-fabric-1.20.5.jar | Fabric 1.20.5 - 1.20.6 |
BlueMap-5.1-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-5.1-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-5.1-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-5.1-forge.jar | Forge 1.21 |
BlueMap-5.1-forge-1.20.6.jar | Forge 1.20.6 |
BlueMap-5.1-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-5.1-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-5.1-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-5.1-neoforge.jar | NeoForge 1.21 |
BlueMap-5.1-sponge.jar | SpongeAPI 10.0.0 |
Version 5.0 (Snapshot)
Highlights / Notes
Improved Map-Updating system,
and a ton of changes below the hood, towards more possibilities for addons.
!!! This is a SNAPSHOT and is not production-ready! Use at your own risk. !!!
Upgrading from 4.1
A clean re-installation is recommended!
Minimal steps:
- replace your
BlueMap.jar
- delete the
<webroot>/index.html
to update your webapp - purge all maps
Changelog since 4.1
Core
- Full rewrite of the map-updating system
- Chunk change detection is now fully based on chunk-timestamps instead a mix with region-timestamps
- BlueMap will now delete already rendered parts of the map if the world got trimmed or chunks got otherwise removed from the world
- Changing the map-edges is now possible without purging the map
- Added command to force-update only map-tiles on map-edges
- Added debug command for checking map-tile states
- Correctly separated ResourcePacks and DataPacks
- Biomes are now fully DataPack based (internally)
- Renamed
resourcepacks
folder topacks
(still accepting both, resource- and data-packs) - Removed support for bluemaps
biomes.json
file in resource/data-packs (use the datapack format to configure custom biomes)
- Full map-storage implementation rewrite
- Add first implementation of a native-addon loader
- Addon devs now have the ability to make their addon loadable by bluemap directly instead of depending on a mod/plugin loader
- A limited version of the API is now also available on the CLI implementation, which can be used with native addons
- Addons can also make use of BlueMapCore and BlueMapCommon for extended functionality
- Native addons are EXPERIMENTAL right now
- Downloading vanilla-resources now considers all available minecraft versions
- Added support for nested resourcepacks (introduced in 1.20.2)
- Added resources for signs, hanging-signs, banners, shulker-chests, bell, mob/player-heads, (decorated-)pots and cake
(thanks to @TyBraniff, #536) - Allow texture-variables with missing # in certain situations to align with vanilla behaviour
(fixes loading of some resourcepacks/mods) (thanks to @glorantq, #525) - Restructured builtin resource-extensions
- Add support for dimension-types directly stored in the level.dat
- Implemented equals and hashCode for BlueMapMap and BlueMapWorld (API)
- Chunk caches now automatically release heap-space on demand
- Updated to Java 16
- Fixed render-issues with custom world-heights
- Fix lowres-heightmaps not working below y0
- Fix lz4-compression not working correctly
- Fix
sql.php
port config not being used
Webapp
- Updated Vite
- Add option to display chunk-borders on the map (thanks to @TechnicJelle, #542)
- Map-settings now load in parallel to speed up initial page-loading with many maps (thanks to @Salzian, #538)
- Fixed popup-marker sometimes hiding behind other markers
- Fixed flickering with some animated textures introduced in 4.1
- Fixed webapp menu-title of player-markers not translatable
Plugin/Mod
- Improved spigots command-message sending
- Fixed an error with paper trying to save the world asynchronously
CLI
- Added
-e
flag which works similar as-f
but only forces updating map-tiles on map-edges
Targets:
Java: 16
BlueMapAPI: 2.7.2
File | Target Version |
---|---|
BlueMap-5.0-cli.jar | CLI for Minecraft 1.13.2 - 1.20.6 |
BlueMap-5.0-spigot.jar | Spigot/Paper 1.16.5 - 1.20.6 |
BlueMap-5.0-paper.jar | Paper/Folia 1.20.1 - 1.20.6 |
BlueMap-5.0-fabric.jar | Fabric 1.20.5 - 1.20.6 |
BlueMap-5.0-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-5.0-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-5.0-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-5.0-forge.jar | Forge 1.20.6 |
BlueMap-5.0-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-5.0-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-5.0-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-5.0-neoforge.jar | NeoForge 1.20.6 |
BlueMap-5.0-sponge.jar | Sponge 8.2.0 |
Version 3.21
Highlights / Notes
Added implementations for 1.20.6
Upgrading from 3.20
- replace your BlueMap.jar
Changelog since 3.20
- Added a version supporting fabric 1.20.5 and 1.20.6
- Added a version supporting forge 1.20.6
- Added a version supporting neoforge 1.20.6
Targets:
Java: 11
BlueMapAPI: 2.6.2
File | Target Version |
---|---|
BlueMap-3.21-cli.jar | CLI for Minecraft 1.13.2 - 1.20.6 |
BlueMap-3.21-spigot.jar | Spigot/Paper 1.13.2 - 1.20.6 |
BlueMap-3.21-paper.jar | Paper/Folia 1.20.1 - 1.20.6 |
BlueMap-3.21-fabric-1.20.5.jar | Fabric 1.20.5 - 1.20.6 |
BlueMap-3.21-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-3.21-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-3.21-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-3.21-forge-1.20.6.jar | Forge 1.20.6 |
BlueMap-3.21-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-3.21-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-3.21-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-3.21-neoforge-1.20.6.jar | NeoForge 1.20.6 |
BlueMap-3.21-sponge.jar | Sponge 8.2.0 |
Version 4.1 (Snapshot)
Highlights / Notes
Animated Textures!
!!! This is a SNAPSHOT and is not production-ready! Use at your own risk. !!!
Upgrading from 4.0
- replace your BlueMap.jar
- delete the
<webroot>/index.html
to update your webapp
Changelog since 4.0
- Added animated textures
- Added more cache-control headers to integrated webserver and sql.php
- Updated ru translation (thanks to @NikitaCartes)
- Fixed NullPointerException ("level.heightmaps" is null) that can occur when loading chunks
- Fixed self-suppression exception that can occur when loading chunks
- Fixed paper-implementation not detecting additional (multiverse) worlds correctly
- Fixed map-hires tiles sometimes not loading in right away when opening a map
Targets:
Java: 11
BlueMapAPI: 2.7.0
File | Target Version |
---|---|
BlueMap-4.1-cli.jar | CLI for Minecraft 1.13.2 - 1.20.4 |
BlueMap-4.1-spigot.jar | Spigot/Paper 1.16.5 - 1.20.4 |
BlueMap-4.1-paper.jar | Paper/Folia 1.20.1 - 1.20.4 |
BlueMap-4.1-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-4.1-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-4.1-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-4.1-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-4.1-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-4.1-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-4.1-neoforge-1.20.2.jar | NeoForge 1.20.2 - 1.20.4 |
BlueMap-4.1-sponge.jar | Sponge 8.2.0 |
Version 4.0 (Snapshot)
Highlights / Notes
New format for the map-data, resulting in a massive performance improvement when loading map-tiles in the browser!
This is a breaking change. You will need to purge and re-render all your maps when you update to this release!
Also don't forget to update your webapp.
!!! This is a SNAPSHOT and is not production-ready! Use at your own risk. !!!
Upgrading from 3.20
- replace your BlueMap.jar
- delete the
<webroot>/index.html
to update your webapp - purge all maps
Changelog since 3.20
- Switched hires-model format from json to a custom binary format:
prbm (slightly modified version of prwm)- Massive performance improvement when loading map-tiles in the browser
- Slightly smaller on the storage
- Slightly faster to render
- Refactored Chunk-Loading and World management
- Added
dimension
config to the map configs - Removed
world-sky-light
config from the map configs
- Added
- Lots of performance improvements
- RAM usage improvements
- Added
-m
option to the cli which allows to specify certain maps that should be rendered - Removed the pretty-printing from the settings.json to discourage editing it manually
- Logging improvements (thanks to @TechnicJelle)
- Updated Turkish translation (thanks to @birbkeks)
- Updated French translation (thanks to @Arkyoh)
- Updated zh_CN translation (thanks to @jhqwqmc)
- Updated Vite
- Dropped support for fabric 1.15-1.17
- Dropped support for forge 1.17
- Fixed corrupted cave-detection when rendering worlds with custom heights
- Fixed empty block-states having the wrong block-properties
- Fixed some spelling (thanks to @TechnicJelle)
- Fixed an error with self-healing when a textures file is corrupted
- Fixed unlisted markers being counted in the marker-set gui
Targets:
Java: 11
BlueMapAPI: 2.7.0
File | Target Version |
---|---|
BlueMap-4.0-cli.jar | CLI for Minecraft 1.13.2 - 1.20.4 |
BlueMap-4.0-spigot.jar | Spigot/Paper 1.16.5 - 1.20.4 |
BlueMap-4.0-paper.jar | Paper/Folia 1.20.1 - 1.20.4 |
BlueMap-4.0-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-4.0-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-4.0-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-4.0-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-4.0-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-4.0-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-4.0-neoforge-1.20.2.jar | NeoForge 1.20.2 - 1.20.4 |
BlueMap-4.0-sponge.jar | Sponge 8.2.0 |
Version 3.20
Highlights / Notes
Fixed bug which corrupts the grass-texture when updating from 1.20.2 (or lower) to 1.20.3 (or higher).
Upgrading from 3.18
(skip Version 3.19)
- replace your BlueMap.jar
Changelog since 3.19
- Fixed texture-gallery not preserving textures that are missing after a resource(pack) change
Targets:
Java: 11
BlueMapAPI: 2.6.2
File | Target Version |
---|---|
BlueMap-3.20-cli.jar | CLI for Minecraft 1.13.2 - 1.20.4 |
BlueMap-3.20-spigot.jar | Spigot/Paper 1.13.2 - 1.20.4 |
BlueMap-3.20-paper.jar | Paper/Folia 1.20.1 - 1.20.4 |
BlueMap-3.20-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-3.20-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-3.20-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-3.20-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
BlueMap-3.20-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
BlueMap-3.20-fabric-1.15.2.jar | Fabric 1.15.2 |
BlueMap-3.20-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-3.20-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-3.20-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-3.20-forge-1.17.1.jar | Forge 1.17.1 |
BlueMap-3.20-neoforge-1.20.2.jar | NeoForge 1.20.2 - 1.20.4 |
BlueMap-3.20-sponge.jar | Sponge 8.2.0 |
Version 3.19
Highlights / Notes
Added 1.20.3 and NeoForge support.
Upgrading from 3.18
- replace your BlueMap.jar
Changelog since 3.18
- Added 1.20.3 resources
- Added a NeoForge implementation
- Added PostgreSQL support to the built-in php-script for external webservers (Thanks to @AlbusRex, #486)
- Fixed an issue with calculating the average-color if the image-format is a specific grayscale format
- Fixed the key-size issues on some databases (for real now)
Targets:
Java: 11
BlueMapAPI: 2.6.2
File | Target Version |
---|---|
BlueMap-3.19-cli.jar | CLI for Minecraft 1.13.2 - 1.20.4 |
BlueMap-3.19-spigot.jar | Spigot/Paper 1.13.2 - 1.20.4 |
BlueMap-3.19-paper.jar | Paper/Folia 1.20.1 - 1.20.4 |
BlueMap-3.19-fabric-1.20.jar | Fabric 1.20 - 1.20.4 |
BlueMap-3.19-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-3.19-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-3.19-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
BlueMap-3.19-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
BlueMap-3.19-fabric-1.15.2.jar | Fabric 1.15.2 |
BlueMap-3.19-forge-1.20.jar | Forge 1.20 - 1.20.4 |
BlueMap-3.19-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-3.19-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-3.19-forge-1.17.1.jar | Forge 1.17.1 |
BlueMap-3.19-neoforge-1.20.2.jar | NeoForge 1.20.2 - 1.20.4 |
BlueMap-3.19-sponge.jar | Sponge 8.2.0 |
Version 3.18
Highlights / Notes
There is now a configurable void (background) color for each map!
Upgrading from 3.17
- replace your BlueMap.jar
- delete your
<webroot>/index.html
(usually./bluemap/web/index.html
) to update the webapp
Changelog since 3.17
- added a config to set the void (background) color of a map (Thanks to @TechnicJelle, #477)
- the webapp now slows down the redraw frequency if nothing is changing -> no more high GPU usage while the webapp is open but idle
- migrated some mixins to use FabricAPI instead to improve version-compatibility (Thanks to @NikitaCartes, #481)
- added a fixed collation the mysql table-creation to avoid collation related problems (#488)
- fixed the free-flight-option not being removed form the settings menu if disabled (#482)
- fixed an issue with block-properties not being loaded correctly from resource-packs
- fixed a (harmless) error in the paper-implementation that could occur on certain player-chat messages
- fixed the position-url anchor not being loaded correctly if in free-flight mode (#485)
- fixed an error when a map is purged that has already been fully purged (#490)
Targets:
Java: 11
BlueMapAPI: 2.6.2
File | Target Version |
---|---|
BlueMap-3.18-cli.jar | CLI for Minecraft 1.13.2 - 1.20.2 |
BlueMap-3.18-spigot.jar | Spigot/Paper 1.13.2 - 1.20.2 |
BlueMap-3.18-paper.jar | Paper/Folia 1.20.1 - 1.20.2 |
BlueMap-3.18-fabric-1.20.jar | Fabric 1.20 - 1.20.2 |
BlueMap-3.18-fabric-1.19.4.jar | Fabric 1.19.4 |
BlueMap-3.18-fabric-1.18.jar | Fabric 1.18 - 1.18.2 |
BlueMap-3.18-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
BlueMap-3.18-fabric-1.16.2.jar | Fabric 1.16.2 - 1.16.5 |
BlueMap-3.18-fabric-1.15.2.jar | Fabric 1.15.2 |
BlueMap-3.18-forge-1.20.jar | Forge 1.20 - 1.20.2 |
BlueMap-3.18-forge-1.19.4.jar | Forge 1.19.4 |
BlueMap-3.18-forge-1.18.1.jar | Forge 1.18.1 - 1.18.2 |
BlueMap-3.18-forge-1.17.1.jar | Forge 1.17.1 |
BlueMap-3.18-sponge.jar | Sponge 8.2.0 |
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 |