]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/minetest.6
Add --version option
[dragonfireclient.git] / doc / minetest.6
1 .\" Minetest man page
2 .TH minetest 6 "10 September 2013" "" ""
3
4 .SH NAME
5 minetest \- Multiplayer infinite-world block sandbox
6
7 .SH SYNOPSIS
8 .B minetest
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 \-\-address <value>
20 Address to connect to
21 .TP
22 \-\-config <value>
23 Load configuration from specified file
24 .TP
25 \-\-disable\-unittests
26 Disable unit tests
27 .TP
28 \-\-enable\-unittests
29 Enable unit tests
30 .TP
31 \-\-gameid <value>
32 Set gameid
33 .TP
34 \-\-go
35 Disable main menu
36 .TP
37 \-\-help
38 Show allowed options
39 .TP
40 \-\-version
41 Show version information
42 .TP
43 \-\-logfile <value>
44 Set logfile path (debug.txt)
45 .TP
46 \-\-map\-dir <value>
47 Same as \-\-world (deprecated)
48 .TP
49 \-\-name <value>
50 Set player name
51 .TP
52 \-\-password <value>
53 Set password
54 .TP
55 \-\-port <value>
56 Set network port (UDP) to use
57 .TP
58 \-\-random\-input
59 Enable random user input, for testing
60 .TP
61 \-\-server
62 Run dedicated server
63 .TP
64 \-\-speedtests
65 Run speed tests
66 .TP
67 \-\-videomodes
68 List available video modes
69 .TP
70 \-\-info
71 Print more information to console
72 .TP
73 \-\-verbose
74 Print even more information to console
75 .TP
76 \-\-trace
77 Print enormous amounts of information to console
78 .TP
79 \-\-world <value>
80 Set world path
81 .TP
82 \-\-migrate <value>
83 Migrate from current map backend to another. Possible values are sqlite3
84 and leveldb. Only works when using --server.
85
86 .SH BUGS
87 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
88
89 .SH AUTHOR
90 .PP
91 Perttu Ahola <celeron55@gmail.com>
92 and contributors.
93 .PP
94 This man page was originally written by
95 Juhani Numminen <juhaninumminen0@gmail.com>.
96
97 .SH WWW
98 http://www.minetest.net/
99
100 .SH "SEE ALSO"
101 .BR minetestserver(6)