2012-01-29 04:53:39 -05:00
. \" Minetest man page
2013-09-10 10:44:11 -04:00
.TH minetest 6 "10 September 2013" "" ""
2012-01-29 04:53:39 -05:00
.SH NAME
minetest \- Multiplayer infinite-world block sandbox
.SH SYNOPSIS
.B minetest
[ OPTION ... ]
.SH DESCRIPTION
.B Minetest
is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started October 2010), with a goal of taking the survival multiplayer gameplay to a slightly different direction.
.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
.TP
\- \- address <value>
Address to connect to
.TP
\- \- config <value>
Load configuration from specified file
.TP
\- \- disable\- unittests
Disable unit tests
.TP
\- \- enable\- unittests
Enable unit tests
.TP
2012-03-11 09:13:10 -04:00
\- \- gameid <value>
Set gameid
.TP
2012-03-11 06:06:59 -04:00
\- \- go
Disable main menu
.TP
2012-01-29 04:53:39 -05:00
\- \- help
Show allowed options
.TP
2013-09-24 22:47:44 -04:00
\- \- version
Show version information
.TP
2012-03-11 06:06:59 -04:00
\- \- logfile <value>
Set logfile path (debug.txt)
2012-01-29 04:53:39 -05:00
.TP
\- \- map\- dir <value>
2012-12-17 10:46:54 -05:00
Same as \- \- world (deprecated)
2012-03-11 06:06:59 -04:00
.TP
\- \- name <value>
Set player name
.TP
\- \- password <value>
Set password
2012-01-29 04:53:39 -05:00
.TP
\- \- port <value>
2012-03-11 06:06:59 -04:00
Set network port (UDP) to use
2012-01-29 04:53:39 -05:00
.TP
\- \- random\- input
Enable random user input, for testing
.TP
\- \- server
2012-03-11 06:06:59 -04:00
Run dedicated server
2012-01-29 04:53:39 -05:00
.TP
\- \- speedtests
Run speed tests
2012-03-11 06:06:59 -04:00
.TP
2013-05-09 09:53:29 -04:00
\- \- videomodes
List available video modes
.TP
2012-03-22 08:10:24 -04:00
\- \- info
2012-03-11 06:06:59 -04:00
Print more information to console
.TP
2012-03-22 08:10:24 -04:00
\- \- verbose
Print even more information to console
.TP
\- \- trace
Print enormous amounts of information to console
.TP
2012-03-11 06:06:59 -04:00
\- \- world <value>
Set world path
2013-09-10 10:44:11 -04:00
.TP
\- \- migrate <value>
Migrate from current map backend to another. Possible values are sqlite3
2015-01-20 04:50:00 -05:00
and leveldb. Only works when using \- \- server.
2012-01-29 04:53:39 -05:00
2014-09-06 13:21:46 -04:00
.SH ENVIRONMENT VARIABLES
.TP
MINETEST_SUBGAME_PATH
Colon delimited list of directories to search for subgames.
2012-01-29 04:53:39 -05:00
.SH BUGS
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
.SH AUTHOR
.PP
Perttu Ahola <celeron55@gmail.com>
and contributors.
.PP
2012-03-11 06:06:59 -04:00
This man page was originally written by
2012-01-29 04:53:39 -05:00
Juhani Numminen <juhaninumminen0@gmail.com>.
.SH WWW
2013-06-02 11:38:53 -04:00
http://www.minetest.net/
2012-01-29 04:53:39 -05:00
.SH "SEE ALSO"
2012-03-11 06:06:59 -04:00
.BR minetestserver(6)