Files
tldr/pages.zh/common/minetest.md

21 lines
456 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Minetest
> 多人在线无限世界方块沙盒。
> 另见 `minetestserver`,仅限服务器的二进制文件。
> 更多信息:<https://wiki.minetest.org/Minetest>。
- 以客户端模式启动 Minetest
`minetest`
- 通过托管特定世界以服务器模式启动 Minetest
`minetest --server --world {{name}}`
- 将日志写入特定文件:
`minetest --logfile {{path/to/file}}`
- 仅将错误写入控制台:
`minetest --quiet`