Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. # Edit the settings below to modify how your server operates. This is an explanation of what each setting does.
  2. # server-name = The name which displays on minecraft.net
  3. # motd = The message which displays when a player connects
  4. # port = The port to operate from
  5. # console-only = Run without a GUI (useful for Linux servers with mono)
  6. # verify-names = Verify the validity of names
  7. # public = Set to true to appear in the public server list
  8. # max-players = The maximum number of connections
  9. # max-maps = The maximum number of maps loaded at once
  10. # world-chat = Set to true to enable world chat
  11. # guest-goto = Set to true to give guests goto and levels commands
  12. # irc = Set to true to enable the IRC bot
  13. # irc-nick = The name of the IRC bot
  14. # irc-server = The server to connect to
  15. # irc-channel = The channel to join
  16. # irc-opchannel = The channel to join (posts OpChat)
  17. # irc-port = The port to use to connect
  18. # irc-identify =(true/false) Do you want the IRC bot to Identify itself with nickserv. Note: You will need to register it's name with nickserv manually.
  19. # irc-password = The password you want to use if you're identifying with nickserv
  20. # anti-tunnels = Stops people digging below max-depth
  21. # max-depth = The maximum allowed depth to dig down
  22. # backup-time = The number of seconds between automatic backups
  23. # overload = The higher this is, the longer the physics is allowed to lag. Default 1500
  24. # use-whitelist = Switch to allow use of a whitelist to override IP bans for certain players. Default false.
  25. # force-cuboid = Run cuboid until the limit is hit, instead of canceling the whole operation. Default false.
  26.  
  27. # Host = The host name for the database (usually 127.0.0.1)
  28. # SQLPort = Port number to be used for MySQL. Unless you manually changed the port, leave this alone. Default 3306.
  29. # Username = The username you used to create the database (usually root)
  30. # Password = The password set while making the database
  31. # DatabaseName = The name of the database stored (Default = MCZall)
  32.  
  33. # defaultColor = The color code of the default messages (Default = &e)
  34.  
  35. # Super-limit = The limit for building commands for SuperOPs
  36. # Op-limit = The limit for building commands for Operators
  37. # Adv-limit = The limit for building commands for AdvBuilders
  38. # Builder-limit = The limit for building commands for Builders
  39.  
  40.  
  41. # Server options
  42. server-name = 0.0.0.0.0.0.0.0.0.0.0Spencers Freebuild
  43. motd = +hax dawg!
  44. port = 25565
  45. verify-names = true
  46. public = true
  47. max-players = 20
  48. max-maps = 5
  49. world-chat = true
  50. check-updates = true
  51. autoload = false
  52. auto-restart = false
  53. restarttime = 12:00 AM
  54. restart-on-error = True
  55. main-name = lobby
  56.  
  57. # irc bot options
  58. irc = false
  59. irc-nick = MCZall_Minecraft_Bot
  60. irc-server = irc.esper.net
  61. irc-channel = #changethis
  62. irc-opchannel = #changethistoo
  63. irc-port = 6667
  64. irc-identify = False
  65. irc-password =
  66.  
  67. # other options
  68. anti-tunnels = true
  69. max-depth = 5
  70. rplimit = 500
  71. rplimit-norm = 10000
  72. physicsrestart = true
  73. old-help = false
  74. deathcount = true
  75. afk-minutes = 10
  76. afk-kick = 60
  77. parse-emotes = true
  78. dollar-before-dollar = true
  79. use-whitelist = false
  80. money-name = bread
  81. opchat-perm = 80
  82. log-heartbeat = False
  83. force-cuboid = False
  84. repeat-messages = False
  85. host-state = Alive
  86.  
  87. # backup options
  88. backup-time = 300
  89. backup-location = C:\Users\Spencer\Desktop\Server\Backup
  90.  
  91. #Error logging
  92. report-back = true
  93.  
  94. #MySQL information
  95. UseMySQL = False
  96. Host = 127.0.0.1
  97. SQLPort = 3306
  98. Username = root
  99. Password = nope
  100. DatabaseName = MCZallDB
  101. Pooling = True
  102.  
  103. #Colors
  104. defaultColor = &2
  105. irc-color = &4
  106.  
  107. #Running on mono?
  108. mono = False
  109.  
  110. #Custom Messages
  111. custom-ban = true
  112. custom-ban-message = bastard! >:(
  113. custom-shutdown = true
  114. custom-shutdown-message = Sorry, server will be up later(:
  115.  
  116. cheapmessage = true
  117. cheap-message-given = is now being cheap and being immortal
  118. rank-super = true
  119. default-rank = guest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement