A Minetest mod which sends a chat message when a player dies
Go to file
2024-08-17 12:55:46 -05:00
.luacheckrc Update mod.conf, reformat init.lua, and add luacheckrc 2020-07-13 11:41:11 -04:00
depends.txt Add depends.txt 2014-03-17 13:51:40 -04:00
description.txt Cleanup as well as adding screenshot and description 2016-01-14 19:34:10 -05:00
init.lua Update mod.conf, reformat init.lua, and add luacheckrc 2020-07-13 11:41:11 -04:00
LICENSE.txt Cleanup as well as adding screenshot and description 2016-01-14 19:34:10 -05:00
mod.conf Update mod.conf, reformat init.lua, and add luacheckrc 2020-07-13 11:41:11 -04:00
README.txt Update README.txt 2024-08-17 12:55:46 -05:00
screenshot.png Cleanup as well as adding screenshot and description 2016-01-14 19:34:10 -05:00
settings.txt Make random messages optional, and add more quips. 2014-03-19 10:48:40 -04:00

As of 2024-08-17, this mod will probably not be updated by me as I lost interest
in Minetest a long time ago and probably will not be coming back.

If you do want to make any changes, here was my list of TODO items that I never got around to:
- Update meta stuff (readme, version, mod.conf, etc.)
- Change settings file to not use do_file and add options for custom messages (with placement of player name(s) anywhere in the message)
- Add some kind of translation support (may be covered by custom messages)
- Use the new API features to poperly detect types of death that weren't feasible before
- Make a small API for registering custom messages for other mods (see dying by corium in technic)

  ____             _   _       __  __
 |  _ \  ___  __ _| |_| |__   |  \/  | ___  ___ ___  __ _  __ _  ___  ___
 | | | |/ _ \/ _` | __| '_ \  | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __|
 | |_| |  __/ (_| | |_| | | | | |  | |  __/\__ \__ \ (_| | (_| |  __/\__ \
 |____/ \___|\__,_|\__|_| |_| |_|  |_|\___||___/___/\__,_|\__, |\___||___/
                                                          |___/

A Minetest mod which sends a chat message when a player dies.

Version: 0.1.4
License: GPL v3 (see LICENSE.txt)

Dependencies:
none

Please report bugs at the github issue tracker:
https://github.com/4Evergreen4/death_messages/issues/