2013-09-10 16:44:11 +02:00
.TH minetest 6 "10 September 2013" "" ""
2012-01-29 10:53:39 +01:00
.SH NAME
2015-02-28 00:05:29 +01:00
minetest, minetestserver \- Multiplayer infinite-world block sandbox
2012-01-29 10:53:39 +01:00
.SH SYNOPSIS
.B minetest
2015-02-28 00:05:29 +01:00
[\fB --server SERVER OPTIONS\fR | \fB CLIENT OPTIONS\fR ]
[\fB COMMON OPTIONS\fR ]
[\fB WORLD PATH\fR ]
.B minetestserver
[\fB SERVER OPTIONS\fR ]
[\fB COMMON OPTIONS\fR ]
[\fB WORLD PATH\fR ]
2012-01-29 10:53:39 +01:00
.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.
2015-02-28 00:05:29 +01:00
.SH COMMON OPTIONS
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- help
Print allowed options and exit
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- version
Print version information and exit
.TP
.B \- \- config <value>
2012-01-29 10:53:39 +01:00
Load configuration from specified file
.TP
2015-02-28 00:05:29 +01:00
.B \- \- logfile <value>
Set logfile path (debug.txt)
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- info
Print more information to console
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- verbose
Print even more information to console
2012-03-11 14:13:10 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- trace
Print enormous amounts of information to console
2012-03-11 11:06:59 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- gameid <value>
Set gameid
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- worldname <value>
Set world path by name
2013-09-25 04:47:44 +02:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- world <value> | list
Set world path or list worlds
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- map\-dir <value>
2012-12-17 16:46:54 +01:00
Same as \- \- world (deprecated)
2012-03-11 11:06:59 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- port <value>
2012-03-11 11:06:59 +01:00
Set network port (UDP) to use
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- run\-unittests
Run unit tests and exit
.SH CLIENT OPTIONS
2012-01-29 10:53:39 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- address <value>
Address to connect to
2012-03-11 11:06:59 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- go
Disable main menu
2013-05-09 15:53:29 +02:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- name <value>
Set player name
2012-03-11 11:06:59 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- password <value>
Set password
2012-03-22 13:10:24 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- random\-input
Enable random user input, for testing (client only)
2012-03-22 13:10:24 +01:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- videomodes
List available video modes (client only)
2013-09-10 16:44:11 +02:00
.TP
2015-02-28 00:05:29 +01:00
.B \- \- speedtests
Run speed tests
2012-01-29 10:53:39 +01:00
2015-02-28 00:05:29 +01:00
.SH SERVER OPTIONS
.TP
.B \- \- migrate <value>
Migrate from current map backend to another. Possible values are sqlite3,
leveldb, redis, and dummy.
2014-09-06 19:21:46 +02:00
2015-02-28 00:05:29 +01:00
.SH ENVIRONMENT
2014-09-06 19:21:46 +02:00
.TP
2015-02-28 00:05:29 +01:00
.B MINETEST_SUBGAME_PATH
2014-09-06 19:21:46 +02:00
Colon delimited list of directories to search for subgames.
2012-01-29 10:53:39 +01: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 11:06:59 +01:00
This man page was originally written by
2012-01-29 10:53:39 +01:00
Juhani Numminen <juhaninumminen0@gmail.com>.
.SH WWW
2013-06-02 17:38:53 +02:00
http://www.minetest.net/
2012-01-29 10:53:39 +01:00