minetestserver.6 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .\" Minetestserver man page
  2. .TH minetestserver 6 "11 March 2012" "" ""
  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. \-\-logfile <value>
  31. Set logfile path (debug.txt)
  32. .TP
  33. \-\-map\-dir <value>
  34. Same as --world (deprecated)
  35. .TP
  36. \-\-port <value>
  37. Set network port (UDP) to use
  38. .TP
  39. \-\-info
  40. Print more information to console
  41. .TP
  42. \-\-verbose
  43. Print even more information to console
  44. .TP
  45. \-\-trace
  46. Print enormous amounts of information to console
  47. .TP
  48. \-\-world <value>
  49. Set world path
  50. .SH BUGS
  51. Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
  52. .SH AUTHOR
  53. .PP
  54. Perttu Ahola <celeron55@gmail.com>
  55. and contributors.
  56. .PP
  57. This man page was originally written by
  58. Juhani Numminen <juhaninumminen0@gmail.com>.
  59. .SH WWW
  60. http://c55.me/minetest/
  61. .SH "SEE ALSO"
  62. .BR minetest(6)