Go to file
VanessaE 61303be221 add minimum minetest version key for contentdb 2020-06-03 13:00:32 -04:00
README.md Added readme 2020-05-06 05:43:29 -04:00
depends.txt Initial commit 2020-05-06 05:34:39 -04:00
init.lua Initial commit 2020-05-06 05:34:39 -04:00
mod.conf add minimum minetest version key for contentdb 2020-06-03 13:00:32 -04:00

README.md

This mod simply looks for a file periodically, which must be created by touch(1) or something similar, and owned by the same user who is running the Minetest server. This file simply serves as a sort of flag.

If found, the file is immediately deleted, and pop-up warnings are issued to all players on the server that it will be rebooting soon.

This mod must be listed in secure.trusted_mods (assuming mod security is enabled) in order for the os.remove() function to work.

The pop-up function is provided by kaeza's notice mod, from here:

https://github.com/kaeza/minetest-kaeza_misc