Skip to content

Releases: EpiCanard/MapSaver

v1.0.4

23 Jul 14:05
Compare
Choose a tag to compare

Fix :

  • Update circe-yaml to fix loading issue (snake yaml version was not the same between paper 1.20 and circe yaml)

v1.0.3

11 Jul 17:54
Compare
Choose a tag to compare

Fix :

  • Add property folia-supported to fix issue on start #1

Release v1.0.2

25 Sep 16:17
Compare
Choose a tag to compare

Fix :

  • Fix issue that prevent from importing player own private map

Release v1.0.1

06 Aug 00:45
Compare
Choose a tag to compare

Fixes :

  • Fix error when world is missing on old map
  • Remove orange color in list map name

Release v1.0.0

03 Aug 15:00
Compare
Choose a tag to compare

Here is the first release of MapSaver.

MapSaver is a plugin to save minecraft map (the item filled_map) data in database to be able to retrieve them when you want, share your creations through multiple servers.

Features :

  • Commands to save, update, delete, rename your map identified by a name
    • You can save a map, it will store data and create a locked filled_map copy that other players can import
  • Commands to lock, unlock your map to be prevent update of your map data
  • Command import to get a locked copy of the map you want
  • Auto update of copy, if you update a map the filled_map will be automatically updated even if there are in item frame, even accross server if you have bungee configured.
    • NB: For paper-spigot auto update need a reason to auto refresh (player that connect, the chunk is reloaded, etc). So you may need move away a bit to see the update happen
  • Command visibility to change the visibility of the map, it can be either:
    • Private : Only you can access
    • Public : Everyone can import your map but your the only one that can update it
  • Commands list and info to get information about maps for you or other players