]> git.lizzy.rs Git - minetest.git/blob - doc/minetestserver.6
Use "core" namespace internally
[minetest.git] / doc / minetestserver.6
1 .\" Minetestserver man page
2 .TH minetestserver 6 "10 September 2013" "" ""
3
4 .SH NAME
5 minetestserver \- Minetest server
6
7 .SH SYNOPSIS
8 .B minetestserver
9 [ OPTION ... ]
10
11 .SH DESCRIPTION
12 .B Minetest
13 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.
14 .PP
15 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.
16
17 .SH OPTIONS
18 .TP
19 \-\-config <value>
20 Load configuration from specified file
21 .TP
22 \-\-disable\-unittests
23 Disable unit tests
24 .TP
25 \-\-enable\-unittests
26 Enable unit tests
27 .TP
28 \-\-gameid <value>
29 Set gameid
30 .TP
31 \-\-help
32 Show allowed options
33 .TP
34 \-\-version
35 Show version information
36 .TP
37 \-\-logfile <value>
38 Set logfile path (debug.txt)
39 .TP
40 \-\-map\-dir <value>
41 Same as \-\-world (deprecated)
42 .TP
43 \-\-port <value>
44 Set network port (UDP) to use
45 .TP
46 \-\-info
47 Print more information to console
48 .TP
49 \-\-verbose
50 Print even more information to console
51 .TP
52 \-\-trace
53 Print enormous amounts of information to console
54 .TP
55 \-\-world <value>
56 Set world path
57 .TP
58 \-\-migrate <value>
59 Migrate from current map backend to another. Possible values are sqlite3
60 and leveldb.
61
62 .SH BUGS
63 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
64
65 .SH AUTHOR
66 .PP
67 Perttu Ahola <celeron55@gmail.com>
68 and contributors.
69 .PP
70 This man page was originally written by
71 Juhani Numminen <juhaninumminen0@gmail.com>.
72
73 .SH WWW
74 http://www.minetest.net/
75
76 .SH "SEE ALSO"
77 .BR minetest(6)