Releases: BlueMap-Minecraft/BlueMapAPI
Releases · BlueMap-Minecraft/BlueMapAPI
Version 2.0.0
Notable changes to API 1.x:
MarkerSetandMarker-instances can now be easily created using their constructors- you can now safely store and re-use
MarkerSetandMarker-instances as you wish - changing markers no longer implies FileIO and thus does not have to be async anymore
- changing markers and markersets is now done based on a
BlueMapMapand is as simple as modifying aMap<String, MarkerSet> MarkerSets andMarkers are no longer persistent, they will be gone when BlueMap reloads. This means you will have to use theonEnableandonDisablelisteners to save and load/recreate your Markers yourself. There will be examples how to do that in the wiki (soon).
Version 2.0.0-pre1
Prerelease for testing. Not frozen yet: Might still get breaking changes until 2.0.0
Version 1.7.0
Add methods for listing marker-images and getting the webroot
Version 1.6.0
Add map-freeze, tile-filters and new task-scheduling methods
Version 1.5.0
Added support for the new marker-types
Version 1.4.0
Added a method to remove a registered Listener again and fixed a bug where a onEnable listener is not getting called when the API was already enabled.
Version 1.3.1
Fixed Javadoc and corrected some typos.
Version 1.3.0
Deprecated BlueMapAPIListener and added two new methods to listen to enabling/disabling BlueMapAPI.
Version 1.2.0
Add shape-helper functions for ellipse-shapes
Version 1.1.0
v1.1.0 Add depthTest option to ShapeMarkers and add a helper-funktion