Highlights / Notes
Bugfixes and a config-option to pause render based on the amount of online-players.
This is a RELEASE-CANDIDATE and is not very well tested yet! Use at your own risk.
Upgrading from 1.6.1
Swap your bluemap.jar
and delete your <webroot>/index.html
, so your webapp gets updated.
Optionally, you can add this to your plugin.conf
:
# The amount of players that is needed to pause BlueMap's render-threads.
# -> If this amount of players or more is online, bluemap will stop rendering map-updates until enough players
# have logged off again
# Setting this to 0 or -1 will disable this feature -> bluemap will not pause rendering
# Default is -1
playerRenderLimit: -1
Changelog since 1.6.1
- Updated BlueMapAPI to 1.7.0
- Added a config-option to pause render based on the amount of online-players
- Added a thread-dump to
/bluemap debug dump
- Further performance-improvements
- Fixed some lowres lighting and coloring issues
- Fixed worlds added by a resourcepack not able to be detected on spigot
- Fixed markers not being removed when they should without a page-reload
- Fixed marker-outlines not updated correctly if segments were added to the shape
Targets:
BlueMapAPI: v1.7.0
File | Target Version |
---|---|
BlueMap-1.6.2-cli.jar | CLI for Minecraft 1.13.2 - 1.17.1 |
BlueMap-1.6.2-sponge-8.0.0.jar | Sponge 8.0.0 |
BlueMap-1.6.2-spigot.jar | Spigot/Paper 1.13.2 - 1.17.1 |
BlueMap-1.6.2-fabric-1.17.jar | Fabric 1.17 - 1.17.1 |
BlueMap-1.6.2-fabric-1.16.4.jar | Fabric 1.16.2 - 1.16.5 |
BlueMap-1.6.2-fabric-1.16.1.jar | Fabric 1.16.1 |
BlueMap-1.6.2-fabric-1.15.2.jar | Fabric 1.15.2 |
BlueMap-1.6.2-forge-1.16.4.jar | Forge 1.16.1 - 1.16.5 (1.16.3-34.0.0) |
BlueMap-1.6.2-forge-1.15.2.jar | Forge 1.15.2 (1.15.2-31.2.0) |
BlueMap-1.6.2-forge-1.14.4.jar | Forge 1.14.4 (1.14.4-28.2.0) |