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
------------------------------------------------------------------------ Adds a /nuke_player command, which removes a player COMPLETELY, including all player data (as per /remove_player), privileges, password, and other account info. This level of destruction is necessary for minetest.player_exists to return false and allow mods to detect the destruction of the player account for automatic cleanup purposes. Because it affects account privileges and can be used to destroy admin accounts, the superuser "privs" priv is required to use it. ------------------------------------------------------------------------