mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 01:56:03 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/luanti
Normal file
41
tldr/luanti
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# luanti
|
||||
|
||||
> Infinite-world block sandbox game.
|
||||
> More information: <https://manned.org/luanti>.
|
||||
|
||||
- Start Luanti in client mode:
|
||||
|
||||
`luanti`
|
||||
|
||||
- List downloaded gamemodes:
|
||||
|
||||
`luanti --gameid list`
|
||||
|
||||
- Start Luanti in server mode by hosting a specific gamemode:
|
||||
|
||||
`luanti --server --gameid {{game_id}}`
|
||||
|
||||
- Start a server with the default world once it has been created:
|
||||
|
||||
`luanti --server`
|
||||
|
||||
- Start a server with a specific world:
|
||||
|
||||
`luanti --server --world {{world_name}}`
|
||||
|
||||
- Start a server on a specific port:
|
||||
|
||||
`luanti --server --port {{port}}`
|
||||
|
||||
- Write logs to a specific file:
|
||||
|
||||
`luanti --logfile {{path/to/file}}`
|
||||
|
||||
- Only write errors to the console:
|
||||
|
||||
`luanti --quiet`
|
||||
Reference in New Issue
Block a user