Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

1.20.6-493

by granny on May 2, 2024
Download

Pl3xMap 1.20.6

Starting with build #493, the version of Minecraft that Pl3xMap supports has changed to 1.20.6. Listed out below are some of the changes that come with this build.

New Feature; Realtime marker updates!

This means that all markers (like moving player icons and the like) will now update in realtime through the use of Server Sent Events. The file-based marker updates still exist as both a fallback in case realtime updating fails, and as a way to have custom/plugin markers continue existing even when the map is viewed while the server is offline (if you have a reverse proxy set up).

Each layer config now has an additional live-update option. This option controls whether or not the specified layer should be pushed in realtime to end-users. If, for example, you like that player markers get updated every second, you could disable this option in the layers/players.yml config to keep old functionality.

There are two additional options related to live updates under settings.performance in the main config (config.yml). settings.performance.live-update.threads handles how many threads are used to push marker updates. settings.performance.live-update.enabled determines if the live update system is used.

Bug fixes and improvements

  1. At some point the fabric client stopped working. This has been fixed. Previously, it was hardcoded to grab map tiles that were created using the "basic" renderer. I've updated it to use the "vintage_story" renderer, since that's the new default. In the future this will be changed to use packets for grabbing region tiles, as well as allowing you to switch which renderer is being displayed.
  2. It was a known problem that command suggestions just didn't work properly for some commands. They should all be fixed.
  3. The version command will now output version, platform, and commit information even if the update-checker fails.

API changes

Internally, layers used to update in a per-second basis, which meant everything was configured in seconds. This PR changes that so everything runs in ticks instead. I tried to make sure that all API methods that state "seconds" correctly return or set the update interval as seconds, so that addons don't end up unexpectedly breaking/running faster than they should.

isLiveUpdate() and setLiveUpdate(boolean liveUpdate) were added to the Layer class. Any created layers will by default return false when isLiveUpdate() is called, which will stop the layer's markers from being pushed in realtime. If you believe that your custom layers should be able to update in realtime, then call setLiveUpdate(true) when creating your layer. (Ideally you'd make this configurable from your addon).

Conclusion

Thank you for your patience with how long it took to release the realtime marker system and pl3xmap for 1.20.6. If you run into any issues with this new build, or have any suggestions for new features or improvements, please do so in my discord server: https://granny.dev/discord

1.20.4-492

by granny on Apr 12, 2024
Download

throw away unused SpiFix class

1.20.4-491

by granny on Apr 5, 2024
Download

update adventure version

1.20.4-490

by granny on Apr 2, 2024
Download

prevent duplicate appearance of failed icon registration stacktrace
replace printStackTrace with log

1.20.4-489

by granny on Mar 30, 2024
Download

Add resume command (#32)

1.20.4-488

by granny on Mar 30, 2024
Download

Make 'unknown' block/biome hard-coded values configurable (#30)

1.20.4-487

by granny on Mar 26, 2024
Download

keep making codefactor happy
refactor NetherRoofRenderer

1.20.4-486

by granny on Mar 25, 2024
Download

make codefactor happy
nitpick: replace static imports

1.20.4-485

by granny on Mar 25, 2024
Download

update pirate talk translation values
add polish translation

1.20.4-484

by granny on Feb 20, 2024
Download
  • fix biome color not returning right for fluids
  • fix lang for non-minecraft biomes/blocks
    skip checking region files for a disabled world, closes #3

1.20.4-483

by granny on Feb 13, 2024
Download

add <world>.center.[x|z] option, closes #20, supersedes #25

1.20.4-482

by granny on Feb 9, 2024
Download

this should be break, not continue

1.20.4-481

by granny on Feb 8, 2024
Download

ticket can still be null when reloading plugin

1.20.4-480

by granny on Feb 8, 2024
Download

Nether Roof Renderer (#24)

1.20.4-479

by granny on Jan 6, 2024
Download

it will actually compile this time

1.20.4-478

by granny on Dec 26, 2023
Download

inline the use of printstacktrace
only print stacktrace in warn logs if debug option is enabled
handle the url connection separately from everything else, closes #18

1.20.4-477

by granny on Dec 22, 2023
Download

add missing blocks and their colors

1.20.4-476

by granny on Dec 22, 2023
Download

update to 1.20.4, closes #17

1.20.2-475

by granny on Nov 9, 2023
Download

add update interval option to built-in layers

1.20.2-474

by granny on Nov 5, 2023
Download

update bukkit version of adventure, fixes #11

External resources



Project members

granny

Owner


Technical information

License
MIT
Project ID