add lua sandbox, tabs, stuff

This commit is contained in:
unknown
2022-02-18 17:29:31 -05:00
parent 2593c55ee3
commit fa1f4894af
12 changed files with 436 additions and 36 deletions

View File

@ -0,0 +1,7 @@
{
"name": "exit",
"license": "MIT",
"version": 0.1,
"engine": 0.42,
"help": "exits the computer"
}

View File

@ -0,0 +1,7 @@
function exit(pos, input, data)
minetest.close_formspec(data.player:get_player_name(), "")
return "you shouldnt see this"
end
return exit