promotional bannermobile promotional banner

Broker: PlayerCoords

A featherweight Data Broker plugin showing coordinates, zone, subzone, coordinates, sanctuary status and continent.

File Details

v1.1.0

  • R
  • May 15, 2026
  • 30.14 KB
  • 24
  • 12.0.5
  • Retail

File Name

Broker_PlayerCoords-v1.1.0.zip

Supported Versions

  • 12.0.5

Broker: Coords

v1.1.0 (2026-05-15)

Full Changelog Previous Releases

  • feat: configurable minimap button with migration from LibDBIcon hide flag
    Adds a Show minimap button checkbox under Settings → Minimap (default on),
    matching the pattern already used in Broker_NosyKeys. The checkbox is
    authoritative over icon visibility; LibDBIcon Show/Hide is driven from a
    SetValueChangedCallback.
    Migration for existing users: pre-v1.1 had no setting and visibility was
    controlled solely by LibDBIcon's right-click menu, which writes to
    db.minimapIcon.hide. Before the defaults loop runs, if showMinimapButton
    is unset AND db.minimapIcon already exists, seed showMinimapButton from
    (not db.minimapIcon.hide). This preserves prior visibility — users who
    had hidden the icon keep it hidden, users who had it visible keep it
    visible. Fresh installs skip migration and get the default (on).
    README intro rewritten in the dual-entry-point style: broker bar OR
    minimap button, either toggleable. Broker host is now described as
    optional, since the minimap button is a full-equivalent entry point.