Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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.  
  26. # Host = The host name for the database (usually 127.0.0.1)
  27. # SQLPort = Port number to be used for MySQL. Unless you manually changed the port, leave this alone. Default 3306.
  28. # Username = The username you used to create the database (usually root)
  29. # Password = The password set while making the database
  30. # DatabaseName = The name of the database stored (Default = MCZall)
  31.  
  32. # defaultColor = The color code of the default messages (Default = &e)
  33.  
  34. # Super-limit = The limit for building commands for SuperOPs
  35. # Op-limit = The limit for building commands for Operators
  36. # Adv-limit = The limit for building commands for AdvBuilders
  37. # Builder-limit = The limit for building commands for Builders
  38.  
  39.  
  40. # Server options
  41. server-name = ! iWorld - BMs Multiworld
  42. motd = Welcome, enjoy your time spent here! No griefing! +ophax +fly
  43. port = 25565
  44. verify-names = true
  45. public = true
  46. max-players = 20
  47. max-maps = 15
  48. world-chat = true
  49. check-updates = True
  50. autoload = False
  51. auto-restart = False
  52. restarttime = 00:00
  53. main-name = main
  54.  
  55. # irc bot options
  56. irc = true
  57. irc-nick = iWorld-Server
  58. irc-server = irc.esper.net
  59. irc-channel = #iworld
  60. irc-opchannel = #iworld
  61. irc-port = 6667
  62. irc-identify = False
  63. irc-password =
  64.  
  65. # other options
  66. anti-tunnels = true
  67. max-depth = 4
  68. overload = 1500
  69. rplimit = 500
  70. rplimit-norm = 10000
  71. filllimit = 10000
  72. physicsrestart = True
  73. old-help = False
  74. deathcount = True
  75. afk-minutes = 10
  76. afk-kick = 45
  77. parse-emotes = True
  78. dollar-before-dollar = True
  79. use-whitelist = False
  80. money-name = credits
  81.  
  82. # backup options
  83. backup-time = 300
  84.  
  85. #Error logging
  86. report-back = true
  87.  
  88. #MySQL information
  89. Host = 127.0.0.1
  90. SQLPort = 3306
  91. Username = root
  92. Password = password
  93. DatabaseName = MCZallDB
  94. Pooling = True
  95.  
  96. #Colors
  97. defaultColor = &e
  98. irc-color = &8
  99.  
  100. #Undo
  101. offline-undo = 200
  102.  
  103. #Running on mono?
  104. mono = False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement