Go to file
y 23b8c862e8 changed license to CC0 2019-05-05 02:31:34 +01:00
LICENSE changed license to CC0 2019-05-05 02:31:34 +01:00
README.md added license; fiddled readme 2019-05-03 21:49:27 +01:00
init.lua added license; fiddled readme 2019-05-03 21:49:27 +01:00

README.md

minetest CSM which records sent and received messages in the minetest log file.

requirements

tested with minetest 0.4.17 and 5.0.

only basic CSM need be enabled in 5.0, which is the default.

installation

make sure the mod is installed at ~/.minetest/clientmods/chatlog

make sure ~/.minetest/clientmods/mods.conf exists and contains:

load_mod_chatlog = true

logs will show up in ~/.minetest/debug.txt

if you use another CSM that handles the printing of chat messages e.g. friendly_chat or chat_highlights, you may have to put an entry like

chatlog?

into that other mod's depends.txt file.