d32a2c856c
Instead of maintaining the short description of each sub-mod manually in a giant README file, distribute the short descriptions into each relevant mod, and then build the README listings automatically at deploy time. This should: - Make it harder to forget to add/remove mods in the list - Prevent them from being out of alphabetical order - Ensure each mod has a description for in-menu use
------------------------------------------------------------------------ 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. Players with the szutil_usagesurvey priv can use the following commands: - /blockuse: Dump statistics about the current mapblock usage - /blockstats: Manage live HUD about currnet mapblock usage ------------------------------------------------------------------------