Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@TBlueF TBlueF released this 02 Aug 19:26
· 52 commits to master since this release
1838ebb

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).