promotional bannermobile promotional banner

Broker: PlayerCoords

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

File Details

v1.1.2

  • R
  • May 29, 2026
  • 32.45 KB
  • 14
  • 12.0.5
  • Retail

File Name

Broker_PlayerCoords-v1.1.2.zip

Supported Versions

  • 12.0.5

Broker: Coords

v1.1.2 (2026-05-29)

Full Changelog Previous Releases

  • docs: changelog entries for v1.1.1 (footer fix) and v1.1.2 (copy dialog restyle)
  • ui: smoke-glass restyle for the clipboard copy dialog
    Brings the fallback copy dialog in line with Broker_MidnightEvents'
    Alts panel and the Mythforge web UI: zinc-950 backdrop, amber-700/0.3
    border, amber-300 title, zinc-800 separators.
    Built from scratch with CreateFrame('Frame', ...) instead of
    BasicFrameTemplateWithInset — the template's child Inset frame draws
    its own nine-slice backdrop that can't be cleanly erased (NineSlice
    SetAlpha kills only the outer border). Own every pixel:
    • 4× 1px BORDER-layer textures form the amber edge
    • Title FontString anchored TOP, -8; amber-300 color
    • 1px zinc-800 separator below the title at y=-28
    • Custom × close button (zinc-500 default, amber on hover)
    • 'esc' hint left of the close button, lifts to amber alongside the ×
    • ESC closes via UISpecialFrames (frame globally named)
      EditBox built without InputBoxTemplate so the smoke-glass tokens land
      on the input chrome too: bg-zinc-900 (#18181b) backdrop, 1px zinc-700
      (#3f3f46) border, fully opaque zinc-200 text. ChatFontNormal font
      object for legibility.
      One physical frame still serves both copy contexts ('Copy Coordinates'
      and 'Copy /way Command') — title swapped per call.