9540e2c42aa7ce651addc7181e624cb38e4ba76c
[oweals/minetest.git] / doc / minetestserver.6
1 .\" Minetestserver man page
2 .TH minetestserver 6 "29 January 2012" "" ""
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 \-\-help
29 Show allowed options
30 .TP
31 \-\-info\-on\-stderr
32 Print debug information to console
33 .TP
34 \-\-map\-dir <value>
35 Map directory (where everything in the world is stored)
36 .TP
37 \-\-port <value>
38 Set network port (UDP) to use
39
40 .SH BUGS
41 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
42
43 .SH AUTHOR
44 .PP
45 Perttu Ahola <celeron55@gmail.com>
46 and contributors.
47 .PP
48 This man page was written by
49 Juhani Numminen <juhaninumminen0@gmail.com>.
50
51 .SH WWW
52 http://c55.me/minetest/
53
54 .SH "SEE ALSO"
55 .BR minetest(6)