A Minetest mod which provides an API to add temporary status effects for players.
Go to file
Wuzzy 33c50c81ac Save status into playereffects.mt on shutdown
The file is stored in the world path. It is loaded again when the server starts again.
If the file does not exist, playereffects starts with an empty set of effects.
2014-07-06 21:16:25 +02:00
depends.txt Initial commit 2014-07-06 01:04:03 +02:00
description.txt Initial commit 2014-07-06 01:04:03 +02:00
examples.lua Move examples to its own file; it is not loaded 2014-07-06 18:37:32 +02:00
init.lua Save status into playereffects.mt on shutdown 2014-07-06 21:16:25 +02:00