mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
398 B
398 B
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:
minetest --server
- Write logs to a specific file:
minetest --logfile {{path/to/file}}
- Only write errors to the console:
minetest --quiet