Skip to content

2.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@JLyne JLyne released this 30 Sep 23:20
· 663 commits to master since this release

Today's release improves Pl3xmap support, fixes some longstanding Dynmap issues, and introduces a redesign for player markers.

As with previous betas brief testing didn't reveal major issues, but stay on 1.3.2 if you value stability. Feedback continues to be appreciated, particularly for the new login experience and UI changes.

Added

  • Player marker improvements
    • Pl3xmap's show-armor setting is now respected, hiding player armor status when disabled.
    • showplayerfaces in Dynmap and show-head in Pl3xmap are now respected, removing player icons when disabled.
    • Refreshed health/armor icons and increased their size for improved viewing.
    • Added a circle to indicate player position more explicitly.
    • Pl3xmap maps now use larger player images when both health and armor are enabled.
  • Dynmap's showplayerfacesinmenu setting is now respected, hiding player faces in the player list and follow popup when disabled.
    • This behaviour differs from the vanilla Dynmap UI, which instead shows steve heads, but this approach is more consistent with how other showplayerfaces settings are handled.
  • Added support for custom world icons in Pl3xmap and Dynmap.
    • Absolute URLs for Dynmap world icons are recommended in a multi-sever setup.
  • Zoom level is now reset to default when switching between worlds.
  • Improved handling of login session expiry (i.e server restart)
    • The login modal is now shown instead of requests forever failing silently.
    • Map position etc is still lost after logging back in currently.

Fixed

  • Fixed armor/health not displaying on player markers until the player moves.
  • Fixed some Pl3xmap worlds using incorrect icons.
  • Added workaround for Dynmap unnecessarily escaping HTML in non-HTML markers (#72).
    • This should fix & etc in marker labels.
  • Fixed various issues on Pl3xmap maps with a configured URL lacking a trailing slash (#125).
  • Fixed players.json being fetched when player-tracker is disabled in Pl3xmap.
  • Fixed world being ignored in Pl3xmap URLs.