Advertisement
Guest User

Untitled

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