You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).