minetest.6 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .TH minetest 6 "10 September 2013" "" ""
  2. .SH NAME
  3. minetest, minetestserver \- Multiplayer infinite-world block sandbox
  4. .SH SYNOPSIS
  5. .B minetest
  6. [\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
  7. [\fBCOMMON OPTIONS\fR]
  8. [\fBWORLD PATH\fR]
  9. .B minetestserver
  10. [\fBSERVER OPTIONS\fR]
  11. [\fBCOMMON OPTIONS\fR]
  12. [\fBWORLD PATH\fR]
  13. .SH DESCRIPTION
  14. .B Minetest
  15. 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.
  16. .PP
  17. 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.
  18. .SH COMMON OPTIONS
  19. .TP
  20. .B \-\-help
  21. Print allowed options and exit
  22. .TP
  23. .B \-\-version
  24. Print version information and exit
  25. .TP
  26. .B \-\-config <value>
  27. Load configuration from specified file
  28. .TP
  29. .B \-\-logfile <value>
  30. Set logfile path (debug.txt)
  31. .TP
  32. .B \-\-info
  33. Print more information to console
  34. .TP
  35. .B \-\-verbose
  36. Print even more information to console
  37. .TP
  38. .B \-\-trace
  39. Print enormous amounts of information to console
  40. .TP
  41. .B \-\-gameid <value>
  42. Set gameid
  43. .TP
  44. .B \-\-worldname <value>
  45. Set world path by name
  46. .TP
  47. .B \-\-world <value> | list
  48. Set world path or list worlds
  49. .TP
  50. .B \-\-map\-dir <value>
  51. Same as \-\-world (deprecated)
  52. .TP
  53. .B \-\-port <value>
  54. Set network port (UDP) to use
  55. .TP
  56. .B \-\-run\-unittests
  57. Run unit tests and exit
  58. .SH CLIENT OPTIONS
  59. .TP
  60. .B \-\-address <value>
  61. Address to connect to
  62. .TP
  63. .B \-\-go
  64. Disable main menu
  65. .TP
  66. .B \-\-name <value>
  67. Set player name
  68. .TP
  69. .B \-\-password <value>
  70. Set password
  71. .TP
  72. .B \-\-random\-input
  73. Enable random user input, for testing (client only)
  74. .TP
  75. .B \-\-videomodes
  76. List available video modes (client only)
  77. .TP
  78. .B \-\-speedtests
  79. Run speed tests
  80. .SH SERVER OPTIONS
  81. .TP
  82. .B \-\-migrate <value>
  83. Migrate from current map backend to another. Possible values are sqlite3,
  84. leveldb, redis, and dummy.
  85. .TP
  86. .B \-\-terminal
  87. Display an interactive terminal over ncurses during execution.
  88. .SH ENVIRONMENT
  89. .TP
  90. .B MINETEST_SUBGAME_PATH
  91. Colon delimited list of directories to search for subgames.
  92. .SH BUGS
  93. Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
  94. .SH AUTHOR
  95. .PP
  96. Perttu Ahola <celeron55@gmail.com>
  97. and contributors.
  98. .PP
  99. This man page was originally written by
  100. Juhani Numminen <juhaninumminen0@gmail.com>.
  101. .SH WWW
  102. http://www.minetest.net/