Add a safe chest with secret password.
Crafting recipe:
minetest.register_craft({
output = "safe_chest:safe_chest",
recipe = {
{"", "default:steel_ingot", ""},
{"default:steelblock", "default:chest_locked", "default:steelblock"},
{"", "default:steel_ingot", ""},
}
})
It is possible to modify the maximum password length, which by default is 4, by going to the settings.
Safe Chest can resist to explosion and cannot be destroyed by another player