Advertisement
Guest User

Untitled

a guest
Feb 17th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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: 110
  11. use-exact-login-location: false
  12. plugin-profiling: true
  13. connection-throttle: 4000
  14. query-plugins: false
  15. deprecated-verbose: default
  16. shutdown-message: Le serveur reboot
  17. restart-script-location: start.bat
  18. timeout-time: 250
  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. map-send-interval: 10000
  27. world-settings:
  28. default:
  29. growth-chunks-per-tick: 650
  30. mob-spawn-range: 4
  31. item-merge-radius: 3.5
  32. exp-merge-radius: 3.5
  33. random-light-updates: false
  34. aggregate-chunkticks: 4
  35. wheat-growth-modifier: 100
  36. cactus-growth-modifier: 100
  37. melon-growth-modifier: 100
  38. pumpkin-growth-modifier: 100
  39. sugar-growth-modifier: 100
  40. tree-growth-modifier: 100
  41. mushroom-growth-modifier: 100
  42. entity-activation-range-animals: 48
  43. entity-activation-range-monsters: 48
  44. entity-activation-range-misc: 16
  45. world:
  46. growth-chunks-per-tick: 1000
  47. world_nether:
  48. view-distance: 5
  49. growth-chunks-per-tick: 0
  50. random-light-updates: true
  51. water-creatures-per-chunk: 0
  52. spawn-limits:
  53. monsters: 5
  54. animals: 5
  55. water-animals: 5
  56. ambient: 5
  57. chunk-gc:
  58. period-in-ticks: 600
  59. load-threshold: 0
  60. ticks-per:
  61. animal-spawns: 400
  62. monster-spawns: 1
  63. autosave: 0
  64. auto-updater:
  65. enabled: true
  66. on-broken:
  67. - warn-console
  68. - warn-ops
  69. on-update:
  70. - warn-console
  71. - warn-ops
  72. preferred-channel: rb
  73. host: dl.bukkit.org
  74. suggest-channels: true
  75. database:
  76. username: bukkit
  77. isolation: SERIALIZABLE
  78. driver: org.sqlite.JDBC
  79. password: walrus
  80. url: jdbc:sqlite:{DIR}{NAME}.db
  81. orebfuscator:
  82. enable: false
  83. engine-mode: 1
  84. update-radius: 2
  85. disabled-worlds:
  86. - world_the_end
  87. storm-settings:
  88. strong-electrical-storm:
  89. chance: 5
  90. lightning-delay: 10
  91. lightning-random-delay: 20
  92. electrical-storm:
  93. chance: 15
  94. lightning-delay: 40
  95. lightning-random-delay: 150
  96. strong-thunderstorm:
  97. chance: 30
  98. lightning-delay: 60
  99. lightning-random-delay: 250
  100. thunderstorm:
  101. chance: 50
  102. lightning-delay: 100
  103. lightning-random-delay: 500
  104. weak-thunderstorm:
  105. chance: 75
  106. lightning-delay: 300
  107. lightning-random-delay: 1000
  108. rainstorm:
  109. chance: 100
  110. lightning-delay: 500
  111. lightning-random-delay: 2000
  112. aliases:
  113. icanhasbukkit:
  114. - version
  115. worlds:
  116. MapBloody1:
  117. generator: TerrainControl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement