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 in 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 ('' for no logging)
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       --quiet
47              Print only errors to console
48
49       --color <value>
50              Colorize the logs ('always', 'never'  or  'auto'),  defaults  to
51              'auto'
52
53       --gameid <value> | list
54              Set gameid or list available ones
55
56       --worldname <value>
57              Set world path by name
58
59       --world <value>
60              Set world path
61
62       --worldlist path | name | both
63              Get  list  of  worlds  ('path'  lists paths, 'name' lists names,
64              'both' lists both)
65
66       --map-dir <value>
67              Same as --world (deprecated)
68
69       --port <value>
70              Set network port (UDP) to use
71
72       --run-unittests
73              Run unit tests and exit
74
75

CLIENT OPTIONS

77       --address <value>
78              Address to connect to
79
80       --go   Disable main menu
81
82       --name <value>
83              Set player name
84
85       --password <value>
86              Set password
87
88       --password-file <value>
89              Set password from contents of file
90
91       --random-input
92              Enable random user input, for testing (client only)
93
94       --videomodes
95              List available video modes (client only)
96
97       --speedtests
98              Run speed tests
99
100

SERVER OPTIONS

102       --migrate <value>
103              Migrate from current map backend to another. Possible values are
104              sqlite3, leveldb, redis, postgresql, and dummy.
105
106       --migrate-auth <value>
107              Migrate  from  current  auth backend to another. Possible values
108              are sqlite3, leveldb, and files.
109
110       --migrate-players <value>
111              Migrate from current players backend to another. Possible values
112              are sqlite3, leveldb, postgresql, dummy, and files.
113
114       --migrate-mod-storage <value>
115              Migrate  from  current  mod storage backend to another. Possible
116              values are sqlite3, dummy, and files.
117
118       --terminal
119              Display an interactive terminal over ncurses during execution.
120
121

ENVIRONMENT

123       MINETEST_SUBGAME_PATH
124              Colon delimited list of directories to search for games.
125
126       MINETEST_MOD_PATH
127              Colon delimited list of directories to search for mods.
128
129

BUGS

131       Please report all bugs at https://github.com/minetest/minetest/issues.
132
133

AUTHOR

135       Perttu Ahola <celeron55@gmail.com> and contributors.
136
137       This man page was originally written by Juhani  Numminen  <juhaninummi‐
138       nen0@gmail.com>.
139
140

WWW

142       http://www.minetest.net/
143
144
145
146                                2 February 2019                    minetest(6)
Impressum