digilines icon indicating copy to clipboard operation
digilines copied to clipboard

moves stuff in chest at

Open MCLV-pandorabox opened this issue 1 year ago • 1 comments

When doing an investigation on some theft I lost track of items because multiple items were put / taken and the log just says player:get_player_name().." moves stuff in chest at "..minetest.pos_to_string(pos) My question: what stuff can not be answered by investigating the log.

Also when a player moves stuff into the chest item stack by item stack, the quantities are not logged, thus loosing track of what was stolen.

I don't know how important such things are to other mods/admins, but it just bugs me that information is lost (information being data that someone finds valuable)

I fully understand that you can't really log everything(or maybe I don't if I'm truly honest ;), so I would like to request that such information is logged, perhaps using a 'verbose logging' option.

Please take this under advisement, Kind regards, MCLV

MCLV-pandorabox avatar Dec 13 '23 14:12 MCLV-pandorabox

player:get_player_name().." moves stuff in chest at "..minetest.pos_to_string(pos) My question: what stuff can not be answered by investigating the log.

"Moving" describes an ItemStack movement within the same inventory. Anything that is exchanged from player to node (or vice-versa) is logged as individual put/take.

Your example might not be the best, but I do see that additional information in the put/take logs would be helpful to have.

SmallJoker avatar Jun 22 '25 05:06 SmallJoker