Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g
[oweals/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 \-\-gameid <value>
32 Set gameid
33 .TP
34 \-\-go
35 Disable main menu
36 .TP
37 \-\-help
38 Show allowed options
39 .TP
40 \-\-logfile <value>
41 Set logfile path (debug.txt)
42 .TP
43 \-\-map\-dir <value>
44 Same as \-\-world (deprecated)
45 .TP
46 \-\-name <value>
47 Set player name
48 .TP
49 \-\-password <value>
50 Set password
51 .TP
52 \-\-port <value>
53 Set network port (UDP) to use
54 .TP
55 \-\-random\-input
56 Enable random user input, for testing
57 .TP
58 \-\-server
59 Run dedicated server
60 .TP
61 \-\-speedtests
62 Run speed tests
63 .TP
64 \-\-videomodes
65 List available video modes
66 .TP
67 \-\-info
68 Print more information to console
69 .TP
70 \-\-verbose
71 Print even more information to console
72 .TP
73 \-\-trace
74 Print enormous amounts of information to console
75 .TP
76 \-\-world <value>
77 Set world path
78
79 .SH BUGS
80 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
81
82 .SH AUTHOR
83 .PP
84 Perttu Ahola <celeron55@gmail.com>
85 and contributors.
86 .PP
87 This man page was originally written by
88 Juhani Numminen <juhaninumminen0@gmail.com>.
89
90 .SH WWW
91 http://www.minetest.net/
92
93 .SH "SEE ALSO"
94 .BR minetestserver(6)