2018-10-18 14:49:19 +01:00
|
|
|
# minetest
|
|
|
|
|
|
|
|
> Multiplayer infinite-world block sandbox.
|
|
|
|
> See also `minetestserver`, the server-only binary.
|
2019-06-04 10:25:10 +01:00
|
|
|
> More information: <https://wiki.minetest.net/Minetest>.
|
2018-10-18 14:49:19 +01:00
|
|
|
|
|
|
|
- Start minetest in client mode:
|
|
|
|
|
|
|
|
`minetest`
|
|
|
|
|
2021-03-19 15:08:50 +00:00
|
|
|
- Start minetest in server mode by hosting a specific world:
|
2018-10-18 14:49:19 +01:00
|
|
|
|
2021-03-19 15:08:50 +00: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`
|