Advertisement
MrJayse

Untitled

Dec 4th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. #
  6. # If you need help on this file, feel free to join us on irc or leave a message
  7. # on the forums asking for advice.
  8. #
  9. # IRC: #bukkit @ esper.net
  10. # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
  11. # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
  12. # Twitter: http://twitter.com/CraftBukkit
  13. # Bug tracker: http://leaky.bukkit.org/
  14.  
  15.  
  16. settings:
  17. allow-end: true
  18. warn-on-overload: true
  19. permissions-file: permissions.yml
  20. update-folder: update
  21. ping-packet-limit: 100
  22. use-exact-login-location: false
  23. plugin-profiling: false
  24. connection-throttle: 4000
  25. query-plugins: true
  26. deprecated-verbose: default
  27. shutdown-message: Сервер временно недоступен! Зайдите позже!
  28. spawn-limits:
  29. monsters: 40
  30. animals: 20
  31. water-animals: 5
  32. ambient: 4
  33. chunk-gc:
  34. enabled: false
  35. period-in-ticks: 600
  36. load-threshold: 300
  37. ticks-per:
  38. animal-spawns: 400
  39. monster-spawns: 60
  40. autosave: 3600
  41. auto-updater:
  42. enabled: false
  43. on-broken:
  44. - warn-console
  45. - warn-ops
  46. on-update:
  47. - warn-console
  48. - warn-ops
  49. preferred-channel: rb
  50. host: dl.bukkit.org
  51. suggest-channels: true
  52. aliases: now-in-commands.yml
  53. database:
  54. username: bukkit
  55. isolation: SERIALIZABLE
  56. driver: org.sqlite.JDBC
  57. password: walrus
  58. url: jdbc:sqlite:{DIR}{NAME}.db
  59. world-settings:
  60. underdark:
  61. enabled: false
  62. the_end:
  63. enabled: true
  64. nether:
  65. enabled: true
  66. endoftime:
  67. enabled: false
  68. dreamworld:
  69. enabled: true
  70. torment:
  71. enabled: true
  72. mirror:
  73. enabled: true
  74. outer:
  75. enabled: true
  76. bedrock:
  77. enabled: false
  78. twilightforest:
  79. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement