1
- .TH minetest 6 "10 September 2013 " "" ""
1
+ .TH minetest 6 "2 February 2019 " "" ""
2
2
3
3
.SH NAME
4
4
minetest, minetestserver \- Multiplayer infinite-world block sandbox
@@ -15,10 +15,12 @@ minetest, minetestserver \- Multiplayer infinite-world block sandbox
15
15
[\fB WORLD PATH \fR ]
16
16
17
17
.SH DESCRIPTION
18
- .B Minetest
19
- 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.
18
+ .B Minetest is one of the first InfiniMiner/Minecraft(/whatever) inspired games
19
+ (started October 2010), with a goal of taking the survival multiplayer gameplay
20
+ in a slightly different direction.
20
21
.PP
21
- 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.
22
+ The main design philosophy is to keep it technically simple, stable and
23
+ portable. It will be kept lightweight enough to run on fairly old hardware.
22
24
23
25
.SH COMMON OPTIONS
24
26
.TP
@@ -32,7 +34,7 @@ Print version information and exit
32
34
Load configuration from specified file
33
35
.TP
34
36
.B \-\- logfile <value>
35
- Set logfile path (debug.txt )
37
+ Set logfile path ('' for no logging )
36
38
.TP
37
39
.B \-\- info
38
40
Print more information to console
@@ -43,14 +45,23 @@ Print even more information to console
43
45
.B \-\- trace
44
46
Print enormous amounts of information to console
45
47
.TP
46
- .B \-\- gameid <value>
47
- Set gameid
48
+ .B \-\- quiet
49
+ Print only errors to console
50
+ .TP
51
+ .B \-\- color <value>
52
+ Colorize the logs ('always', 'never' or 'auto'), defaults to 'auto'
53
+ .TP
54
+ .B \-\- gameid <value> | list
55
+ Set gameid or list available ones
48
56
.TP
49
57
.B \-\- worldname <value>
50
58
Set world path by name
51
59
.TP
52
- .B \-\- world <value> | list
53
- Set world path or list worlds
60
+ .B \-\- world <value>
61
+ Set world path
62
+ .TP
63
+ .B \-\- worldlist path | name | both
64
+ Get list of worlds ('path' lists paths, 'name' lists names, 'both' lists both)
54
65
.TP
55
66
.B \-\- map\-dir <value>
56
67
Same as \-\- world (deprecated)
@@ -91,7 +102,15 @@ Run speed tests
91
102
.TP
92
103
.B \-\- migrate <value>
93
104
Migrate from current map backend to another. Possible values are sqlite3,
94
- leveldb, redis, and dummy.
105
+ leveldb, redis, postgresql, and dummy.
106
+ .TP
107
+ .B \-\- migrate-auth <value>
108
+ Migrate from current auth backend to another. Possible values are sqlite3 and
109
+ files.
110
+ .TP
111
+ .B \-\- migrate-players <value>
112
+ Migrate from current players backend to another. Possible values are sqlite3,
113
+ postgresql, dummy, and files.
95
114
.TP
96
115
.B \-\- terminal
97
116
Display an interactive terminal over ncurses during execution.
@@ -102,16 +121,14 @@ Display an interactive terminal over ncurses during execution.
102
121
Colon delimited list of directories to search for games.
103
122
104
123
.SH BUGS
105
- Please report all bugs to Perttu Ahola <celeron55@gmail .com> .
124
+ Please report all bugs at https://github .com/minetest/minetest/issues .
106
125
107
126
.SH AUTHOR
108
127
.PP
109
- Perttu Ahola <celeron55@gmail.com>
110
- and contributors.
128
+ Perttu Ahola <celeron55@gmail.com> and contributors.
111
129
.PP
112
130
This man page was originally written by
113
131
Juhani Numminen <juhaninumminen0@gmail.com>.
114
132
115
133
.SH WWW
116
134
http://www.minetest.net/
117
-
0 commit comments