Skip to content

Releases: TechnicJelle/BlueMapSignExtractor

Fix for crash with translated signs

16 Nov 16:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4...v1.5

Ignore blank signs! (And under the hood updates)

09 Nov 16:30
Compare
Choose a tag to compare

⚠️ To get the new IgnoreBlankSigns option, delete your plugins/BlueMapSignExtractor/ folder and restart your server.
The folder and the config file will be regenerated, now with the new config option!

What's Changed

  • Add option to only mark signs with text by @XingjianXie in #38
  • Bumped many dependencies' versions

New Contributors

Full Changelog: v1.3...v1.4

Lots of new stuff! Including bugfixes and optimisations

06 Mar 22:25
Compare
Choose a tag to compare

It's been a while since the last update, but I've been hard at work improving the code of this plugin!
Hopefully, all this work should make it easier to port to other platforms in the future... 👀
I hope you enjoy it :)

What's Changed

Features

  • Better logging in case of errors or warnings
  • Better support for old worlds
  • Added a config!
    • Marker Set options
    • A fade-out distance option
    • A toggle for suppressing warnings about old/incompatible chunks

Optimisations

  • Optimised region file parsing speed. Some tests were almost three times faster!
  • Optimised when you have multiple maps of the same world; it now shares the same exact markers across all maps.

Bugfixes

  • Fix bug for 0 byte region files
  • Lots of bug fixes for bugs I made during development...

New Contributors

Full Changelog: v1.2...v1.3

Bugfix

06 Jan 20:44
Compare
Choose a tag to compare

Fixed a wrong assumption about the chunk generation process #20

Full Changelog: v1.1...v1.2

Improved compatibility

01 Jan 01:41
Compare
Choose a tag to compare

In this update, I improved the compatibility with old and perhaps slightly broken worlds.
It also doesn't try to retrieve signs from chunks that haven't finished generating enough, anymore!

Full Changelog: v1.0...v1.1

Real first release!

26 Dec 23:35
Compare
Choose a tag to compare

What's Changed

  • Added support for 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4 and 1.20.4!
  • Made the signs on the map pretty, now!

Full Changelog: v0.1...v1.0

Initial pre-release!

30 Jul 22:23
Compare
Choose a tag to compare

It already does most of the important things, like loading in the signs and displaying them as markers on the map, but it just isn't very polished yet.
So please keep an eye out for updates! The built-in update checker will let you know when there is one :)

Only tested on 1.19.2. I can't promise it'll work on earlier or later versions.