minetest.6 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .\" Minetest man page
  2. .TH minetest 6 "11 March 2012" "" ""
  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. \-\-logfile <value>
  37. Set logfile path (debug.txt)
  38. .TP
  39. \-\-map\-dir <value>
  40. Same as --world (deprecated)
  41. .TP
  42. \-\-name <value>
  43. Set player name
  44. .TP
  45. \-\-password <value>
  46. Set password
  47. .TP
  48. \-\-port <value>
  49. Set network port (UDP) to use
  50. .TP
  51. \-\-random\-input
  52. Enable random user input, for testing
  53. .TP
  54. \-\-server
  55. Run dedicated server
  56. .TP
  57. \-\-speedtests
  58. Run speed tests
  59. .TP
  60. \-\-info
  61. Print more information to console
  62. .TP
  63. \-\-verbose
  64. Print even more information to console
  65. .TP
  66. \-\-trace
  67. Print enormous amounts of information to console
  68. .TP
  69. \-\-world <value>
  70. Set world path
  71. .SH BUGS
  72. Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
  73. .SH AUTHOR
  74. .PP
  75. Perttu Ahola <celeron55@gmail.com>
  76. and contributors.
  77. .PP
  78. This man page was originally written by
  79. Juhani Numminen <juhaninumminen0@gmail.com>.
  80. .SH WWW
  81. http://c55.me/minetest/
  82. .SH "SEE ALSO"
  83. .BR minetestserver(6)