Advertisement
Guest User

Untitled

a guest
May 29th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.04 KB | None | 0 0
  1. # REPLACE_NAME Config File
  2. # Please read through all of this or your server WILL NOT WORK!
  3. #-------------------------------------------------
  4. #
  5. # Os Configuration
  6. #
  7. # If you are on Windows uncomment the following
  8. # os = windows
  9. #
  10. # If you are on anything else (ubuntu, macosx, redhat, etc) uncomment the following
  11. # os = mono
  12. #
  13. #-------------------------------------------------
  14. #
  15. # Server Configuration
  16. #
  17. # Server Owner
  18. server-owner = clone1018
  19. # server-name is the name of the server
  20. server-name = Minecraft Server
  21. #
  22. # server-motd is the message of the day for the server (colors enabled)
  23. server-motd = Welcome!
  24. #
  25. # server-port is the port the server runs on (generally 25565)
  26. server-port = 25565
  27. #
  28. # server-verify checks minecraft.net to make sure the user is logged in
  29. verify-names = true
  30. #
  31. # server-public tells the server list if the server is public (true) or private (false)
  32. public = true
  33. #
  34. # server-max sets the limit of players in the whole server
  35. max-players = 32
  36. #
  37. #-------------------------------------------------
  38. #
  39. # Map Configuration
  40. #
  41. # map-guest is the map guests join
  42. map-guest = guest
  43. #
  44. # map-users is the map users+ join
  45. map-users = guest
  46. #
  47. # map-max is the max maps that can be loaded at one time
  48. map-max = 5
  49. #
  50. #-------------------------------------------------
  51. #
  52. # Module Confiuration
  53. #
  54. # Uncomment to enable. Comment to disable
  55. IRC
  56. LUA
  57. Physics
  58. LVLGEN
  59. MySQL
  60. #
  61. # If you turn it on make sure you configure it
  62. #
  63. #-------------------------------------------------
  64. #
  65. # MySQL Functions
  66. #
  67. # MySQL Configuration
  68. irc-server = irc.axxim.net
  69. irc-port =  3306
  70. irc-user = username
  71. irc-pass = password
  72. irc-ident = NickServ
  73. #
  74. #-------------------------------------------------
  75. #
  76. # MySQL Functions
  77. #
  78. # Uncomment to turn on
  79. #
  80. # MySQL Configuration
  81. mysql-host = localhost
  82. mysql-port =  3306
  83. mysql-user = username
  84. mysql-pass = password
  85. mysql-dbase = ax7
  86. #
  87. # Things for MySQL to handle
  88. #
  89. # Good for shared server ranks
  90. mysql-ranks
  91. # MySQL Block Changes are updated once per hour
  92. mysql-blockchanges
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement