Skip to content

Releases: BlueMap-Minecraft/BlueMapAPI

Version 2.3.0

20 Dec 00:16
942cec6
Compare
Choose a tag to compare

Full Changelog: v2.2.1...v2.3.0

Version 2.2.1

13 Oct 19:50
3949ebc
Compare
Choose a tag to compare

Fixed JitPack builds

Version 2.2.0

10 Oct 16:19
58d8edf
Compare
Choose a tag to compare

Version 2.1.1

12 Sep 11:30
3bbf929
Compare
Choose a tag to compare

Version 2.1.0

05 Aug 17:55
97c7f7a
Compare
Choose a tag to compare
  • Implement equals() and hashCode() for all Markers
  • Add Builder-Pattern to all Markers, MarkerSet, Shape and Line

Version 2.0.0

02 Aug 19:26
1838ebb
Compare
Choose a tag to compare

Notable changes to API 1.x:

  • MarkerSet and Marker-instances can now be easily created using their constructors
  • you can now safely store and re-use MarkerSet and Marker-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 BlueMapMap and is as simple as modifying a Map<String, MarkerSet>
  • MarkerSets and Markers are no longer persistent, they will be gone when BlueMap reloads. This means you will have to use the onEnable and onDisable listeners 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

01 Aug 20:17
3ccc1aa
Compare
Choose a tag to compare
Version 2.0.0-pre1 Pre-release
Pre-release

Prerelease for testing. Not frozen yet: Might still get breaking changes until 2.0.0

Version 1.7.0

19 Sep 19:44
5e7219e
Compare
Choose a tag to compare

Add methods for listing marker-images and getting the webroot

Version 1.6.0

09 Jun 19:07
fbbd505
Compare
Choose a tag to compare

Add map-freeze, tile-filters and new task-scheduling methods

Version 1.5.0

22 Mar 23:04
6bdbdb1
Compare
Choose a tag to compare

Added support for the new marker-types