]> git.lizzy.rs Git - minetest.git/blob - doc/minetest.6
fe260da08a11b981fb3e0e581cd2baca2413d58d
[minetest.git] / doc / minetest.6
1 .\" Minetest man page
2 .TH minetest 6 "11 March 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 \-\-go
32 Disable main menu
33 .TP
34 \-\-help
35 Show allowed options
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 \-\-name <value>
44 Set player name
45 .TP
46 \-\-password <value>
47 Set password
48 .TP
49 \-\-port <value>
50 Set network port (UDP) to use
51 .TP
52 \-\-random\-input
53 Enable random user input, for testing
54 .TP
55 \-\-server
56 Run dedicated server
57 .TP
58 \-\-speedtests
59 Run speed tests
60 .TP
61 \-\-verbose
62 Print more information to console
63 .TP
64 \-\-world <value>
65 Set world path
66
67 .SH BUGS
68 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
69
70 .SH AUTHOR
71 .PP
72 Perttu Ahola <celeron55@gmail.com>
73 and contributors.
74 .PP
75 This man page was originally written by
76 Juhani Numminen <juhaninumminen0@gmail.com>.
77
78 .SH WWW
79 http://c55.me/minetest/
80
81 .SH "SEE ALSO"
82 .BR minetestserver(6)