Advertisement
Guest User

Untitled

a guest
Feb 24th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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: false
  13. connection-throttle: 4000
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server closed
  17. filter-unsafe-ips: false
  18. whitelist-message: You are not white-listed on this server!
  19. log-commands: true
  20. command-complete: true
  21. spam-exclusions:
  22. - /skill
  23. timeout-time: 30
  24. world-settings:
  25. default:
  26. growth-chunks-per-tick: 650
  27. mob-spawn-range: 4
  28. item-merge-radius: 3.5
  29. exp-merge-radius: 3.5
  30. random-light-updates: false
  31. aggregate-chunkticks: 4
  32. wheat-growth-modifier: 100
  33. cactus-growth-modifier: 100
  34. melon-growth-modifier: 100
  35. pumpkin-growth-modifier: 100
  36. sugar-growth-modifier: 100
  37. tree-growth-modifier: 100
  38. mushroom-growth-modifier: 100
  39. entity-activation-range-animals: 48
  40. entity-activation-range-monsters: 48
  41. entity-activation-range-misc: 16
  42. world:
  43. growth-chunks-per-tick: 1000
  44. world_nether:
  45. view-distance: 5
  46. growth-chunks-per-tick: 0
  47. random-light-updates: true
  48. water-creatures-per-chunk: 0
  49. spawn-limits:
  50. monsters: 70
  51. animals: 15
  52. water-animals: 5
  53. ambient: 15
  54. chunk-gc:
  55. period-in-ticks: 600
  56. load-threshold: 0
  57. ticks-per:
  58. animal-spawns: 400
  59. monster-spawns: 1
  60. autosave: 0
  61. auto-updater:
  62. enabled: true
  63. on-broken:
  64. - warn-console
  65. - warn-ops
  66. on-update:
  67. - warn-console
  68. - warn-ops
  69. preferred-channel: rb
  70. host: dl.bukkit.org
  71. suggest-channels: true
  72. database:
  73. username: bukkit
  74. isolation: SERIALIZABLE
  75. driver: org.sqlite.JDBC
  76. password: walrus
  77. url: jdbc:sqlite:{DIR}{NAME}.db
  78. orebfuscator:
  79. enable: false
  80. engine-mode: 1
  81. update-radius: 2
  82. disabled-worlds:
  83. - world_the_end
  84. config-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement