mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 08:02:34 +00:00
Update cheatsheets
This commit is contained in:
26
minetest
Normal file
26
minetest
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 by hosting a specific world:
|
||||
|
||||
`minetest --server --world {{name}}`
|
||||
|
||||
- Write logs to a specific file:
|
||||
|
||||
`minetest --logfile {{path/to/file}}`
|
||||
|
||||
- Only write errors to the console:
|
||||
|
||||
`minetest --quiet`
|
||||
Reference in New Issue
Block a user