promotional bannermobile promotional banner

Broker: PlayerCoords

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

File Details

v0.9.2-beta

  • B
  • May 8, 2026
  • 28.74 KB
  • 1
  • 12.0.5
  • Retail

File Name

Broker_PlayerCoords-v0.9.2-beta.zip

Supported Versions

  • 12.0.5

Broker: Coords

v0.9.2-beta (2026-05-08)

Full Changelog Previous Releases

  • ci: move project IDs to TOC headers (X-Curse-Project-ID, X-Wago-ID)
    Packager reads slug/wagoid exclusively from TOC X- headers, not .pkgmeta.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • ci: enable automatic publishing on tag push
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • ci: set CurseForge and Wago project IDs in .pkgmeta
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • ci: add BigWigsMods packager pipeline (disabled — manual trigger only)
    Prepares multi-platform publishing to CurseForge, Wago.io, and GitHub
    Releases via the BigWigsMods/packager@v2 GitHub Action.
    Changes:
    .pkgmeta — new; declares curse-id/wago-project-id placeholders,
    package-as name, and embedded-libs flag
    Broker_PlayerCoords.toc — Version hardcode → @project-version@ token
    (substituted by packager at build time)
    .github/workflows/release.yml — replaces manual git-archive script with
    BigWigsMods/packager; trigger is workflow_dispatch
    only until project IDs and secrets are in place
    To enable automatic publishing:
    1. Fill in curse-id and wago-project-id in .pkgmeta
    2. Add CF_API_KEY and WAGO_API_TOKEN repository secrets
    3. Swap workflow trigger from workflow_dispatch to push+tags
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix: wrap broker coords in parens; move minimap text below frame
    • Broker text: coordinates now displayed as (X, Y) for visual clarity
    • Minimap overlay: anchored TOP→BOTTOM at -4 (below frame edge) instead
      of BOTTOM+5 (on the frame); removed manual font-size override so the
      GameFontNormalSmall default applies cleanly
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com