Advertisement
Guest User

Untitled

a guest
Jan 14th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 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. settings:
  6. allow-end: true
  7. warn-on-overload: true
  8. permissions-file: permissions.yml
  9. update-folder: update
  10. ping-packet-limit: 100
  11. use-exact-login-location: false
  12. plugin-profiling: true
  13. connection-throttle: 4000
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server restarting! Brb in 10 seconds!
  17. restart-script-location: start.bat
  18. timeout-time: 300
  19. restart-on-crash: false
  20. filter-unsafe-ips: false
  21. whitelist-message: You are not white-listed on this server!
  22. log-commands: true
  23. command-complete: true
  24. spam-exclusions:
  25. - /skill
  26. world-settings:
  27. default:
  28. growth-chunks-per-tick: 500
  29. mob-spawn-range: 1
  30. item-merge-radius: 6
  31. exp-merge-radius: 3.5
  32. random-light-updates: false
  33. aggregate-chunkticks: 4
  34. wheat-growth-modifier: 100
  35. cactus-growth-modifier: 100
  36. melon-growth-modifier: 100
  37. pumpkin-growth-modifier: 100
  38. sugar-growth-modifier: 100
  39. tree-growth-modifier: 100
  40. mushroom-growth-modifier: 100
  41. world:
  42. growth-chunks-per-tick: 500
  43. world_nether:
  44. view-distance: 4
  45. growth-chunks-per-tick: 0
  46. random-light-updates: true
  47. water-creatures-per-chunk: 0
  48. storm-settings:
  49. strong-electrical-storm:
  50. chance: 0
  51. lightning-delay: 10
  52. lightning-random-delay: 20
  53. electrical-storm:
  54. chance: 0
  55. lightning-delay: 40
  56. lightning-random-delay: 150
  57. strong-thunderstorm:
  58. chance: 0
  59. lightning-delay: 60
  60. lightning-random-delay: 250
  61. thunderstorm:
  62. chance: 0
  63. lightning-delay: 100
  64. lightning-random-delay: 500
  65. weak-thunderstorm:
  66. chance: 0
  67. lightning-delay: 300
  68. lightning-random-delay: 1000
  69. rainstorm:
  70. chance: 100
  71. lightning-delay: 500
  72. lightning-random-delay: 2000
  73. spawn-limits:
  74. monsters: 70
  75. animals: 15
  76. water-animals: 5
  77. ambient: 15
  78. chunk-gc:
  79. period-in-ticks: 400
  80. load-threshold: 0
  81. ticks-per:
  82. animal-spawns: 400
  83. monster-spawns: 1
  84. autosave: 0
  85. auto-updater:
  86. enabled: true
  87. on-broken:
  88. - warn-console
  89. - warn-ops
  90. on-update:
  91. - warn-console
  92. - warn-ops
  93. preferred-channel: rb
  94. host: dl.bukkit.org
  95. suggest-channels: true
  96. database:
  97. username: bukkit
  98. isolation: SERIALIZABLE
  99. driver: org.sqlite.JDBC
  100. password: walrus
  101. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement