1minetest(6)                                                        minetest(6)
2
3
4

NAME

6       minetest, minetestserver - Multiplayer infinite-world block sandbox
7
8

SYNOPSIS

10       minetest  [--server  SERVER  OPTIONS | CLIENT OPTIONS] [COMMON OPTIONS]
11       [WORLD PATH]
12
13       minetestserver [SERVER OPTIONS] [COMMON OPTIONS] [WORLD PATH]
14
15

DESCRIPTION

17       Minetest is one of the first InfiniMiner/Minecraft(/whatever)  inspired
18       games (started October 2010), with a goal of taking the survival multi‐
19       player gameplay to a slightly different direction.
20
21       The main design philosophy is to keep it technically simple, stable and
22       portable. It will be kept lightweight enough to run on fairly old hard‐
23       ware.
24
25

COMMON OPTIONS

27       --help Print allowed options and exit
28
29       --version
30              Print version information and exit
31
32       --config <value>
33              Load configuration from specified file
34
35       --logfile <value>
36              Set logfile path (debug.txt)
37
38       --info Print more information to console
39
40       --verbose
41              Print even more information to console
42
43       --trace
44              Print enormous amounts of information to console
45
46       --gameid <value>
47              Set gameid
48
49       --worldname <value>
50              Set world path by name
51
52       --world <value> | list
53              Set world path or list worlds
54
55       --map-dir <value>
56              Same as --world (deprecated)
57
58       --port <value>
59              Set network port (UDP) to use
60
61       --run-unittests
62              Run unit tests and exit
63
64

CLIENT OPTIONS

66       --address <value>
67              Address to connect to
68
69       --go   Disable main menu
70
71       --name <value>
72              Set player name
73
74       --password <value>
75              Set password
76
77       --random-input
78              Enable random user input, for testing (client only)
79
80       --videomodes
81              List available video modes (client only)
82
83       --speedtests
84              Run speed tests
85
86

SERVER OPTIONS

88       --migrate <value>
89              Migrate from current map backend to another. Possible values are
90              sqlite3, leveldb, redis, and dummy.
91
92       --terminal
93              Display an interactive terminal over ncurses during execution.
94
95

ENVIRONMENT

97       MINETEST_SUBGAME_PATH
98              Colon delimited list of directories to search for subgames.
99
100

BUGS

102       Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
103
104

AUTHOR

106       Perttu Ahola <celeron55@gmail.com> and contributors.
107
108       This  man  page was originally written by Juhani Numminen <juhaninummi‐
109       nen0@gmail.com>.
110
111

WWW

113       http://www.minetest.net/
114
115
116
117
118                               10 September 2013                   minetest(6)
Impressum