]> git.lizzy.rs Git - minetest.git/blobdiff - doc/minetest.6
Add minetest.spawn_falling_node(pos) (#5339)
[minetest.git] / doc / minetest.6
index 64dfdd149d2adf817d80967d5110dd2801a6054c..a135e541cfbc4bc7fcd4dccefdeb8140685c3d88 100644 (file)
@@ -1,12 +1,18 @@
-.\" Minetest man page
-.TH minetest 6 "11 March 2012" "" ""
+.TH minetest 6 "10 September 2013" "" ""
 
 .SH NAME
 
 .SH NAME
-minetest \- Multiplayer infinite-world block sandbox
+minetest, minetestserver \- Multiplayer infinite-world block sandbox
 
 .SH SYNOPSIS
 .B minetest
 
 .SH SYNOPSIS
 .B minetest
-[ OPTION ... ]
+[\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
+[\fBCOMMON OPTIONS\fR]
+[\fBWORLD PATH\fR]
+
+.B minetestserver
+[\fBSERVER OPTIONS\fR]
+[\fBCOMMON OPTIONS\fR]
+[\fBWORLD PATH\fR]
 
 .SH DESCRIPTION
 .B Minetest
 
 .SH DESCRIPTION
 .B Minetest
@@ -14,67 +20,83 @@ is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started Oct
 .PP
 The main design philosophy is to keep it technically simple, stable and portable. It will be kept lightweight enough to run on fairly old hardware.
 
 .PP
 The main design philosophy is to keep it technically simple, stable and portable. It will be kept lightweight enough to run on fairly old hardware.
 
-.SH OPTIONS
+.SH COMMON OPTIONS
 .TP
 .TP
-\-\-address <value>
-Address to connect to
+.B \-\-help
+Print allowed options and exit
 .TP
 .TP
-\-\-config <value>
+.B \-\-version
+Print version information and exit
+.TP
+.B \-\-config <value>
 Load configuration from specified file
 .TP
 Load configuration from specified file
 .TP
-\-\-disable\-unittests
-Disable unit tests
+.B \-\-logfile <value>
+Set logfile path (debug.txt)
 .TP
 .TP
-\-\-enable\-unittests
-Enable unit tests
+.B \-\-info
+Print more information to console
 .TP
 .TP
-\-\-gameid <value>
-Set gameid
+.B \-\-verbose
+Print even more information to console
 .TP
 .TP
-\-\-go
-Disable main menu
+.B \-\-trace
+Print enormous amounts of information to console
+.TP
+.B \-\-gameid <value>
+Set gameid
 .TP
 .TP
-\-\-help
-Show allowed options
+.B \-\-worldname <value>
+Set world path by name
 .TP
 .TP
-\-\-logfile <value>
-Set logfile path (debug.txt)
+.B \-\-world <value> | list
+Set world path or list worlds
 .TP
 .TP
-\-\-map\-dir <value>
+.B \-\-map\-dir <value>
 Same as \-\-world (deprecated)
 .TP
 Same as \-\-world (deprecated)
 .TP
-\-\-name <value>
-Set player name
+.B \-\-port <value>
+Set network port (UDP) to use
 .TP
 .TP
-\-\-password <value>
-Set password
+.B \-\-run\-unittests
+Run unit tests and exit
+
+.SH CLIENT OPTIONS
 .TP
 .TP
-\-\-port <value>
-Set network port (UDP) to use
+.B \-\-address <value>
+Address to connect to
 .TP
 .TP
-\-\-random\-input
-Enable random user input, for testing
+.B \-\-go
+Disable main menu
 .TP
 .TP
-\-\-server
-Run dedicated server
+.B \-\-name <value>
+Set player name
 .TP
 .TP
-\-\-speedtests
-Run speed tests
+.B \-\-password <value>
+Set password
 .TP
 .TP
-\-\-videomodes
-List available video modes
+.B \-\-random\-input
+Enable random user input, for testing (client only)
 .TP
 .TP
-\-\-info
-Print more information to console
+.B \-\-videomodes
+List available video modes (client only)
 .TP
 .TP
-\-\-verbose
-Print even more information to console
+.B \-\-speedtests
+Run speed tests
+
+.SH SERVER OPTIONS
 .TP
 .TP
-\-\-trace
-Print enormous amounts of information to console
+.B \-\-migrate <value>
+Migrate from current map backend to another. Possible values are sqlite3,
+leveldb, redis, and dummy.
+.TP
+.B \-\-terminal
+Display an interactive terminal over ncurses during execution.
+
+.SH ENVIRONMENT
 .TP
 .TP
-\-\-world <value>
-Set world path
+.B MINETEST_SUBGAME_PATH
+Colon delimited list of directories to search for subgames.
 
 .SH BUGS
 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
 
 .SH BUGS
 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
@@ -88,7 +110,5 @@ This man page was originally written by
 Juhani Numminen <juhaninumminen0@gmail.com>.
 
 .SH WWW
 Juhani Numminen <juhaninumminen0@gmail.com>.
 
 .SH WWW
-http://c55.me/minetest/
+http://www.minetest.net/
 
 
-.SH "SEE ALSO"
-.BR minetestserver(6)