minetest.rollback_revert_actions_by - Uberi/MineTest-API GitHub Wiki
Revert latest actions of someone
actor: "player:", also "liquid".
[boolean](../type/boolean.html), [table](../type/table.html) rollback_revert_actions_by([string](../type/string.html) actor, [integer](../type/integer.html) seconds)
local success, log = minetest.rollback_revert_actions_by("player:foobar", 120)