2
0

minetestserver.6 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .\" Minetestserver man page
  2. .TH minetestserver 6 "10 September 2013" "" ""
  3. .SH NAME
  4. minetestserver \- Minetest server
  5. .SH SYNOPSIS
  6. .B minetestserver
  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. \-\-config <value>
  16. Load configuration from specified file
  17. .TP
  18. \-\-disable\-unittests
  19. Disable unit tests
  20. .TP
  21. \-\-enable\-unittests
  22. Enable unit tests
  23. .TP
  24. \-\-gameid <value>
  25. Set gameid
  26. .TP
  27. \-\-help
  28. Show allowed options
  29. .TP
  30. \-\-version
  31. Show version information
  32. .TP
  33. \-\-logfile <value>
  34. Set logfile path (debug.txt)
  35. .TP
  36. \-\-map\-dir <value>
  37. Same as \-\-world (deprecated)
  38. .TP
  39. \-\-port <value>
  40. Set network port (UDP) to use
  41. .TP
  42. \-\-info
  43. Print more information to console
  44. .TP
  45. \-\-verbose
  46. Print even more information to console
  47. .TP
  48. \-\-trace
  49. Print enormous amounts of information to console
  50. .TP
  51. \-\-world <value>
  52. Set world path
  53. .TP
  54. \-\-migrate <value>
  55. Migrate from current map backend to another. Possible values are sqlite3
  56. and leveldb.
  57. .SH BUGS
  58. Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
  59. .SH AUTHOR
  60. .PP
  61. Perttu Ahola <celeron55@gmail.com>
  62. and contributors.
  63. .PP
  64. This man page was originally written by
  65. Juhani Numminen <juhaninumminen0@gmail.com>.
  66. .SH WWW
  67. http://www.minetest.net/
  68. .SH "SEE ALSO"
  69. .BR minetest(6)