mirror of https://github.com/CrimsonTome/tldr.git
22 lines
443 B
Markdown
22 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`
|