Squaremap Versions Save

squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style

v1.2.3

5 months ago

Changelog

Changed

  • Update for Minecraft 1.20.4 (#150)

Fixed

  • web map: Following players through dimensions (#145)
  • web map: Following players through respawn or reconnect

v1.2.2

5 months ago

Changelog

Added

  • NeoForge support
  • Count .linear region files for full renders

v1.2.1

7 months ago

Changelog

Changed

  • Update for Minecraft 1.20.2
  • Don't delete icons on unregister (#115)
  • Consider below zero retrogen target status for chunk generated check (#117)
    • Allows pre-1.18 chunks to be rendered without being re-upgraded to full status

Fixed

  • forge: Missing include for plain adventure serializer (#118)

Where are Forge builds?

  • Starting with 1.20.2, squaremap will drop support for MinecraftForge and will instead support NeoForge. Once NeoForge is available for 1.20.2 squaremap-forge will be updated to support it.

v1.2.0

7 months ago

Changelog

Added

  • API: HtmlComponentSerializer and HtmlStripper (#112)
  • Polygon visibility limit config (see the visibility-limits section on the config.yml wiki page for an example)

Changed

  • Skip writing players, markers, and world settings to disk when nothing has changed
  • paper: Plugin now loads at STARTUP, allows more flexibility for addon authors

Fixed

  • Regions getting wrongly skipped in full renders when the spawn point is not in region 0,0

v1.1.16

8 months ago

Changelog

Fixed

  • Player update task run in wrong thread context on Paper #109

v1.1.15

9 months ago

Changelog

Added

  • paper: Folia support
  • Default color overrides for minecraft:pink_petals block (#FFB4DB) and minecraft:mangrove_swamp biome (#6F9623) to advanced.yml
    • Existing configs will have the new overrides added automatically when updating

Changed

  • enabled boolean option now works for all types of visibility limits in the config, not just world-border
    • defaults to true when not set explicitly

Fixed

  • Exception when tab completing world key with empty path
  • Handling of mangrove leaves
  • Sponge platform
  • fabric: Incompatibilities with some mods due to outdated bundled adventure-platform-fabric snapshot

v1.1.14

11 months ago

Changelog

Added

  • paper: PlayerChunkLoadEvent map update listener (default off)

Changed

  • Update for Minecraft 1.20.1

v1.1.13

1 year ago

Changelog

Fixed

  • paper: Fullrender would cause empty chunks to save to disk since chunk system rewrite (b51e1d2)

Changed

  • forge: Remove ChunkHolderMixin in favor of new ChunkEvent.Load#isNewChunk API

v1.1.12

1 year ago

Changelog

Fixed

  • Formatting issue in Russian translation file

Changed

  • Update for Minecraft 1.19.4

v1.1.11

1 year ago

Changelog

Added

  • fabric: Ported client-side fluid color exporter from Forge platform, see the wiki for details

Fixed

  • fabric: Crash on startup (updated library cloud from broken build)