
You are viewing a potentially older version of this package. View Latest Version

Server-side stat emitter for the self-hosted gs dashboard. Runs on a Valheim dedicated server and POSTs the things only the server sees authoritatively:
Cumulative counters are persisted to disk (BepInEx/config/<guid>.state.tsv) so they survive restarts. Pairs with GsValheimStatsClient (the client companion) which adds crafting, skills, materials, and per-life death details.
Drop the DLL in BepInEx/plugins on your dedicated server. On first launch it writes BepInEx/config/net.cproudlock.gsvalheimstats.cfg:
[General]
World = <your -world name>
[Ingest]
Url = http://localhost:3001/api/valheim/ingest
Token = <bearer token from the dashboard owner>
v0.1.0 — initial release. This is a personal-server tool aimed at the gs dashboard.