]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/minetest.6
Merge remote-tracking branch 'jn/random-fixes'
[dragonfireclient.git] / doc / minetest.6
1 .\" Minetest man page
2 .TH minetest 6 "29 January 2012" "" ""
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 \-\-help
32 Show allowed options
33 .TP
34 \-\-info\-on\-stderr
35 Print debug information to console
36 .TP
37 \-\-map\-dir <value>
38 Map directory (where everything in the world is stored)
39 .TP
40 \-\-port <value>
41 Set network port to connect to
42 .TP
43 \-\-random\-input
44 Enable random user input, for testing
45 .TP
46 \-\-server
47 Run server directly
48 .TP
49 \-\-speedtests
50 Run speed tests
51
52 .SH BUGS
53 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
54
55 .SH AUTHOR
56 .PP
57 Perttu Ahola <celeron55@gmail.com>
58 and contributors.
59 .PP
60 This man page was written by
61 Juhani Numminen <juhaninumminen0@gmail.com>.
62
63 .SH WWW
64 http://c55.me/minetest/
65
66 .SH "SEE ALSO"
67 .BR minetestserver(6)