Releases: BlueMap-Minecraft/BlueMap
Releases · BlueMap-Minecraft/BlueMap
Version 0.1.0
Targets:
- CLI (Minecraft 1.12.x - 1.14.x)
- SpongeAPI: 7.1.0
Notes:
Added CLI-support! Render your 1.12-1.14 worlds simply from the command-line: java -jar BlueMap-0.1.0.jar.
Improved resource-loading. The SpongePlugin now loads it's resources async to the server-thread so your server won't freeze while reloading.
BlueMap also now loads resourcepacks from a specific folder. This is experimental, expect things to go wrong if you use a resourcepack! Also if you change resourcepacks you will very likely need to delete your web-data folder and re-render the whole maps!
Changelog:
- Added CLI-support
- Changed some config-keys (v0.0.0 configs should be compatible)
- Moved
web.datatoweb.web-data - Added
data
- Moved
- Moved the scheduled tiles and tasks save-file to the folder defined by the new
dataconfig - Moved the downloaded client.jar to the folder defined by the new
dataconfig and renamed it tominecraft-client-1.14.4.jar - Moved loading the BlueMap-Sponge plugin off the server-thread
- Fixed a bug where vines were always generated with the block-property
top=trueon 1.12 worlds
Version 0.0.0
Targets:
- SpongeAPI: 7.1.0
Notes:
This is the first pre-release with absolute basic functionality and currently only as Sponge-Plugin.
(The CLI is excluded in this build because it is not ready to use yet!)
Changelog:
--