1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/minetest.md

22 lines
443 B
Markdown
Raw Normal View History

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