1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 08:15:53 +02:00
tldr/pages.cn/common/minetest.md

340 B

minetest

Multiplayer infinite-world block sandbox. See also minetestserver, the server-only binary.

  • 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