1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages/common/minetest.md
2021-08-15 19:59:09 +02:00

21 lines
443 B
Markdown

# minetest
> Multiplayer infinite-world block sandbox.
> See also `minetestserver`, the server-only binary.
> More information: <https://wiki.minetest.net/Minetest>.
- Start Minetest in client mode:
`minetest`
- Start Minetest in server mode by hosting a specific world:
`minetest --server --world {{name}}`
- Write logs to a specific file:
`minetest --logfile {{path/to/file}}`
- Only write errors to the console:
`minetest --quiet`