Guest User

Untitled

a guest
Oct 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 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-guests = The maximum number of guests allowed
  10. # max-maps = The maximum number of maps loaded at once
  11. # world-chat = Set to true to enable world chat
  12. # guest-goto = Set to true to give guests goto and levels commands
  13. # irc = Set to true to enable the IRC bot
  14. # irc-nick = The name of the IRC bot
  15. # irc-server = The server to connect to
  16. # irc-channel = The channel to join
  17. # irc-opchannel = The channel to join (posts OpChat)
  18. # irc-port = The port to use to connect
  19. # 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.
  20. # irc-password = The password you want to use if you're identifying with nickserv
  21. # anti-tunnels = Stops people digging below max-depth
  22. # max-depth = The maximum allowed depth to dig down
  23. # backup-time = The number of seconds between automatic backups
  24. # overload = The higher this is, the longer the physics is allowed to lag. Default 1500
  25. # use-whitelist = Switch to allow use of a whitelist to override IP bans for certain players. Default false.
  26. # force-cuboid = Run cuboid until the limit is hit, instead of canceling the whole operation. Default false.
  27. # profanity-filter = Filter bad words from the chat. Default false.
  28. # notify-on-join-leave = Show a balloon popup in tray notification area when a player joins/leaves the server. Default false.
  29. # allow-tp-to-higher-ranks = Allows the teleportation to players of higher ranks
  30. # agree-to-rules-on-entry = Forces all new players to the server to agree to the rules before they can build or use commands.
  31. # adminchat-perm = The rank required to view adminchat. Default rank is superop.
  32. # server-owner = The minecraft name, of the owner of the server.
  33. # zombie-on-server-start = Starts Zombie Survival when server is started.
  34. # no-respawning-during-zombie = Disables respawning (Pressing R) while Zombie is on.
  35. # no-level-saving-during-zombie = Disables level saving while Zombie Survival is activated.
  36. # no-pillaring-during-zombie = Disables pillaring while Zombie Survival is activated.
  37. # zombie-name-while-infected = Sets the zombies name while actived if there is a value.
  38.  
  39. # Host = The host name for the database (usually 127.0.0.1)
  40. # SQLPort = Port number to be used for MySQL. Unless you manually changed the port, leave this alone. Default 3306.
  41. # Username = The username you used to create the database (usually root)
  42. # Password = The password set while making the database
  43. # DatabaseName = The name of the database stored (Default = MCZall)
  44.  
  45. # defaultColor = The color code of the default messages (Default = &e)
  46.  
  47. # Super-limit = The limit for building commands for SuperOPs
  48. # Op-limit = The limit for building commands for Operators
  49. # Adv-limit = The limit for building commands for AdvBuilders
  50. # Builder-limit = The limit for building commands for Builders
  51.  
  52. # kick-on-hackrank = Set to true if hackrank should kick players
  53. # hackrank-kick-time = Number of seconds until player is kicked
  54. # custom-rank-welcome-messages = Decides if different welcome messages for each rank is enabled. Default true.
  55. # ignore-ops = Decides whether or not an operator can be ignored. Default false.
  56.  
  57. # admin-verification = Determines whether admins have to verify on entry to the server. Default true.
  58. # verify-admin-perm = The minimum rank required for admin verification to occur.
  59.  
  60. # mute-on-spam = If enabled it mutes a player for spamming. Default false.
  61. # spam-messages = The amount of messages that have to be sent consecutively to be muted.
  62. # spam-mute-time = The amount of seconds a player is muted for spam.
  63.  
  64.  
  65. # Server options
  66. server-name = Night Time Gaming :)[MCForge]
  67. motd = Welcome! To Night Time Gaming With MCForge mod enjoy
  68. port = 25565
  69. verify-names = true
  70. public = true
  71. max-players = 32
  72. max-guests = 32
  73. max-maps = 5
  74. world-chat = true
  75. check-updates = false
  76. autoload = false
  77. auto-restart = false
  78. restarttime = 12:00 AM
  79. restart-on-error = True
  80. main-name = main
  81.  
  82. # irc bot options
  83. irc = false
  84. irc-nick = MCZall_Minecraft_Bot
  85. irc-server = irc.esper.net
  86. irc-channel = #changethis
  87. irc-opchannel = #changethistoo
  88. irc-port = 6667
  89. irc-identify = False
  90. irc-password =
  91.  
  92. # other options
  93. anti-tunnels = true
  94. max-depth = 4
  95. rplimit = 500
  96. rplimit-norm = 10000
  97. physicsrestart = true
  98. old-help = false
  99. deathcount = true
  100. afk-minutes = 10
  101. afk-kick = 100
  102. parse-emotes = true
  103. dollar-before-dollar = true
  104. use-whitelist = false
  105. money-name = moneys
  106. opchat-perm = 80
  107. adminchat-perm = 100
  108. log-heartbeat = False
  109. force-cuboid = False
  110. profanity-filter = False
  111. notify-on-join-leave = False
  112. repeat-messages = False
  113. host-state = Alive
  114. agree-to-rules-on-entry = false
  115. admins-join-silent = false
  116. server-owner = codydbgt
  117. zombie-on-server-start = False
  118. no-respawning-during-zombie = True
  119. no-level-saving-during-zombie = True
  120. no-pillaring-during-zombie = True
  121. zombie-name-while-infected =
  122.  
  123. # backup options
  124. backup-time = 300
  125. backup-location = C:\server\mcforge/levels/backups
  126.  
  127. #Error logging
  128. report-back = true
  129.  
  130. #MySQL information
  131. UseMySQL = True
  132. Host = 192.168.0.12
  133. SQLPort = 3306
  134. Username = cody
  135. Password = 1234
  136. DatabaseName = minecraft
  137. Pooling = True
  138.  
  139. #Colors
  140. defaultColor = &f
  141. irc-color = &5
  142.  
  143. #Running on mono?
  144. mono = False
  145.  
  146. #Custom Messages
  147. custom-ban = false
  148. custom-ban-message = You're banned!
  149. custom-shutdown = false
  150. custom-shutdown-message = Server shutdown. Rejoin in 10 seconds.
  151. allow-tp-to-higher-ranks = true
  152. ignore-ops = false
  153.  
  154. cheapmessage = true
  155. cheap-message-given = is now Chuck Norris (its 2012 allover)
  156. rank-super = true
  157. default-rank = guest
  158.  
  159. kick-on-hackrank = true
  160. hackrank-kick-time = 5
  161.  
  162. #Admin Verification
  163. admin-verification = true
  164. verify-admin-perm = 80
  165.  
  166. #Spam Control
  167. mute-on-spam = false
  168. spam-messages = 8
  169. spam-mute-time = 60
Add Comment
Please, Sign In to add comment