Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
GsValheimStatsEmitter
Server-side companion for the gs dashboard: world milestones, per-player boss damage, live online players + in-game day, and server-owned combat. Pairs with the gs client companion.
CHANGELOG
Changelog
0.2.4
- Docs: plain-text README (removed em-dashes and emoji).
0.2.3
- Docs: link to the Data format & self-hosting wiki.
0.2.2
- Docs: refreshed README ingest examples (
onlinePlayers,worldDay, bossfightSec) and bundled this changelog.
0.2.1
- Live presence: reports connected players (
onlinePlayers) and the in-game day (worldDay), force-emitted on join/leave for a near-instant "online now".
0.2.0
- Fixed hardest hit for server-owned creatures: now hooks
Character.RPC_Damage(where backstab/crit/armor are applied) instead of theDamageforwarder.
0.1.0
- Initial release: world-progression milestones (boss defeats, bounties), per-player boss damage, weapon damage / hardest hit for server-owned creatures (the sleeping-backstab case), and the active mod list + world identity.