BioSmasher

bukkit.yml

Aug 21st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 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: false
  18. warn-on-overload: true
  19. spawn-radius: 6
  20. permissions-file: permissions.yml
  21. update-folder: update
  22. ping-packet-limit: 100
  23. use-exact-login-location: false
  24. plugin-profiling: false
  25. connection-throttle: 4000
  26. query-plugins: true
  27. deprecated-verbose: default
  28. restart-script-location: start.bat
  29. timeout-time: 180
  30. restart-on-crash: true
  31. filter-unsafe-ips: true
  32. whitelist-message: Oh Darn! A Whitelist! Where did that come from?
  33. stop-message: Server restarting. Brb
  34. world-settings:
  35. default:
  36. growth-chunks-per-tick: 550
  37. mob-spawn-range: 4
  38. monsters-per-chunk: 15
  39. land-creatures-per-chunk: 7
  40. water-creatures-per-chunk: 2
  41. item-merge-radius: 2
  42. random-light-updates: false
  43. aggregate-chunkticks: 4
  44. chunky-freeze-temperature: true
  45. wheat-growth-modifier: 100
  46. cactus-growth-modifier: 90
  47. melon-growth-modifier: 120
  48. pumpkin-growth-modifier: 100
  49. sugar-growth-modifier: 110
  50. tree-growth-modifier: 100
  51. mushroom-growth-modifier: 100
  52. world:
  53. growth-chunks-per-tick: 500
  54. world_nether:
  55. growth-chunks-per-tick: 0
  56. random-light-updates: true
  57. water-creatures-per-chunk: 0
  58. storm-settings:
  59. strong-electrical-storm:
  60. chance: 0
  61. lightning-delay: 10
  62. lightning-random-delay: 20
  63. electrical-storm:
  64. chance: 0
  65. lightning-delay: 40
  66. lightning-random-delay: 150
  67. strong-thunderstorm:
  68. chance: 0
  69. lightning-delay: 60
  70. lightning-random-delay: 250
  71. thunderstorm:
  72. chance: 0
  73. lightning-delay: 100
  74. lightning-random-delay: 500
  75. weak-thunderstorm:
  76. chance: 0
  77. lightning-delay: 300
  78. lightning-random-delay: 1000
  79. rainstorm:
  80. chance: 0
  81. lightning-delay: 500
  82. lightning-random-delay: 2000
  83. spawn-limits:
  84. monsters: 60
  85. animals: 15
  86. water-animals: 5
  87. ticks-per:
  88. animal-spawns: 450
  89. monster-spawns: 100
  90. auto-updater:
  91. enabled: true
  92. on-broken:
  93. - warn-console
  94. - warn-ops
  95. on-update:
  96. - warn-console
  97. - warn-ops
  98. preferred-channel: rb
  99. host: dl.bukkit.org
  100. suggest-channels: true
  101. database:
  102. username: bukkit
  103. isolation: SERIALIZABLE
  104. driver: org.sqlite.JDBC
  105. password: walrus
  106. url: jdbc:sqlite:{DIR}{NAME}.db
  107. aliases:
  108. icanhasbukkit:
  109. - version
Advertisement
Add Comment
Please, Sign In to add comment