Aaron Suen 6c238b26a1 Revive szutilpack from updates from sztest and nodecore.
- Rename namespace to "top-level" szutil_*.
- Merge improvements from sztest.
- New utils: chatsock, consock, logtrace, usagesurvey.
- Lagometer/logtrace are chat-command-togglable.
2019-03-27 06:23:19 -04:00

16 lines
708 B
Plaintext

------------------------------------------------------------------------
This mod maintains a summary of player interactions with the map on a
per-mapblock, per-player basis, and records totals to a file-based
database in a subdir of the world.
Interactions include time spent standing/moving, and counts of actions
such as nodes dug/placed, deaths/respawns, joins/leaves, hp hurt/healed,
etc.
The purpose of this data collection is to allow a server admin to
identify valuable areas of a world map, i.e. areas that players have the
most effort invested in, e.g. for pruning databases, prioritizing
backups, showcasing builds, etc.
------------------------------------------------------------------------