NC
HomeGuidesMechanics

Changelog entry

Gold supporter tier benefits (P4.2C)

2026-03-24

  • **API access tokens**: Gold supporters can generate up to 10 personal API tokens (labeled, SHA-256 hashed) for use with third-party tools. Manage tokens at `GET/POST /api/supporter/gold/tokens` and revoke via `DELETE /api/supporter/gold/tokens/[id]`.
  • **CSV data exports**: Three new Gold-gated datasets added to the supporter history export: `resources` (current nation resource snapshot), `production` (tick-production events), and `war-history` (war action events).
  • **Historical replay viewer**: `GET /api/supporter/gold/replay` returns nation event history grouped by tick, enabling step-through replay of nation history.
  • **Custom profile slug**: Gold supporters can claim a vanity URL slug for their public nation profile (`GET/POST /api/supporter/gold/profile/slug`). Public profiles are accessible to anyone at `GET /api/nations/public/[slug]`.
  • **Custom alliance banner**: Alliance leaders with Gold status can set a custom banner image URL for their alliance (`GET/POST /api/supporter/gold/alliance/banner`).
  • **Priority bug queue**: Bug reports submitted by Gold supporters are automatically stamped `priorityQueueTier: GOLD`. Admins can filter the bug queue by `?queue=gold|standard|all`.