Enable stats collection & REST API for screeps private server
Specifically, this mod enables screeps.com-style data collection to fuel the following APIs:
npm install screepsmod-stats
in your server folder.Steam client does not support viewing stats for private servers. This is meant for use by custom clients and external tooling.
Stats currently do not ever expire. If disk space is a concern, consider periodically clearing the stats collections.
This mod registers the “stats” and “leaderboard” features with the screepsmod-features mod, if present.