minetest.6 1.9 KB

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