minetest.6 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .TH minetest 6 "2 February 2019" "" ""
  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 is one of the first InfiniMiner/Minecraft(/whatever) inspired games
  15. (started October 2010), with a goal of taking the survival multiplayer gameplay
  16. in a slightly different direction.
  17. .PP
  18. The main design philosophy is to keep it technically simple, stable and
  19. portable. It will be kept lightweight enough to run on fairly old hardware.
  20. .SH COMMON OPTIONS
  21. .TP
  22. .B \-\-help
  23. Print allowed options and exit
  24. .TP
  25. .B \-\-version
  26. Print version information and exit
  27. .TP
  28. .B \-\-config <value>
  29. Load configuration from specified file
  30. .TP
  31. .B \-\-logfile <value>
  32. Set logfile path ('' for no logging)
  33. .TP
  34. .B \-\-info
  35. Print more information to console
  36. .TP
  37. .B \-\-verbose
  38. Print even more information to console
  39. .TP
  40. .B \-\-trace
  41. Print enormous amounts of information to console
  42. .TP
  43. .B \-\-quiet
  44. Print only errors to console
  45. .TP
  46. .B \-\-color <value>
  47. Colorize the logs ('always', 'never' or 'auto'), defaults to 'auto'
  48. .TP
  49. .B \-\-gameid <value> | list
  50. Set gameid or list available ones
  51. .TP
  52. .B \-\-worldname <value>
  53. Set world path by name
  54. .TP
  55. .B \-\-world <value>
  56. Set world path
  57. .TP
  58. .B \-\-worldlist path | name | both
  59. Get list of worlds ('path' lists paths, 'name' lists names, 'both' lists both)
  60. .TP
  61. .B \-\-map\-dir <value>
  62. Same as \-\-world (deprecated)
  63. .TP
  64. .B \-\-port <value>
  65. Set network port (UDP) to use
  66. .TP
  67. .B \-\-run\-unittests
  68. Run unit tests and exit
  69. .SH CLIENT OPTIONS
  70. .TP
  71. .B \-\-address <value>
  72. Address to connect to
  73. .TP
  74. .B \-\-go
  75. Disable main menu
  76. .TP
  77. .B \-\-name <value>
  78. Set player name
  79. .TP
  80. .B \-\-password <value>
  81. Set password
  82. .TP
  83. .B \-\-password\-file <value>
  84. Set password from contents of file
  85. .TP
  86. .B \-\-random\-input
  87. Enable random user input, for testing (client only)
  88. .TP
  89. .B \-\-videomodes
  90. List available video modes (client only)
  91. .TP
  92. .B \-\-speedtests
  93. Run speed tests
  94. .SH SERVER OPTIONS
  95. .TP
  96. .B \-\-migrate <value>
  97. Migrate from current map backend to another. Possible values are sqlite3,
  98. leveldb, redis, postgresql, and dummy.
  99. .TP
  100. .B \-\-migrate-auth <value>
  101. Migrate from current auth backend to another. Possible values are sqlite3,
  102. leveldb, and files.
  103. .TP
  104. .B \-\-migrate-players <value>
  105. Migrate from current players backend to another. Possible values are sqlite3,
  106. leveldb, postgresql, dummy, and files.
  107. .TP
  108. .B \-\-terminal
  109. Display an interactive terminal over ncurses during execution.
  110. .SH ENVIRONMENT
  111. .TP
  112. .B MINETEST_SUBGAME_PATH
  113. Colon delimited list of directories to search for games.
  114. .SH BUGS
  115. Please report all bugs at https://github.com/minetest/minetest/issues.
  116. .SH AUTHOR
  117. .PP
  118. Perttu Ahola <celeron55@gmail.com> and contributors.
  119. .PP
  120. This man page was originally written by
  121. Juhani Numminen <juhaninumminen0@gmail.com>.
  122. .SH WWW
  123. http://www.minetest.net/