szutilpack-cd2025/szutil_nukeplayer
Aaron Suen d32a2c856c Build mod summary list automatically
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
2023-06-20 07:30:35 -04:00
..
2021-03-09 07:39:54 -05:00
2023-06-20 07:30:35 -04:00

------------------------------------------------------------------------

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.

------------------------------------------------------------------------