Advertisement
Guest User

Untitled

a guest
Apr 20th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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 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. tab-ping: false
  24. timeout-time: 60
  25. restart-on-crash: true
  26. restart-script-location: start.bat
  27. bungee-proxies:
  28. - 127.0.0.1
  29. texture-resolution: 16
  30. snapshot-protocol: false
  31. map-send-interval: 10000
  32. world-settings:
  33. default:
  34. growth-chunks-per-tick: 850
  35. mob-spawn-range: 4
  36. random-light-updates: false
  37. aggregate-chunkticks: 10
  38. item-merge-radius: 3.5
  39. exp-merge-radius: 3.5
  40. wheat-growth-modifier: 100
  41. cactus-growth-modifier: 100
  42. melon-growth-modifier: 100
  43. pumpkin-growth-modifier: 100
  44. sugar-growth-modifier: 100
  45. tree-growth-modifier: 100
  46. mushroom-growth-modifier: 100
  47. entity-activation-range-animals: 48
  48. entity-activation-range-monsters: 48
  49. entity-activation-range-misc: 16
  50. entity-tracking-range-players: 24
  51. entity-tracking-range-animals: 16
  52. entity-tracking-range-monsters: 32
  53. entity-tracking-range-misc: 8
  54. entity-tracking-range-max: 64
  55. info: true
  56. world:
  57. growth-chunks-per-tick: 1000
  58. world_nether:
  59. view-distance: 5
  60. growth-chunks-per-tick: 0
  61. random-light-updates: true
  62. water-creatures-per-chunk: 0
  63. spawn-limits:
  64. monsters: 20
  65. animals: 3
  66. water-animals: 5
  67. ambient: 2
  68. chunk-gc:
  69. period-in-ticks: 600
  70. load-threshold: 0
  71. ticks-per:
  72. animal-spawns: 400
  73. monster-spawns: 1
  74. autosave: 0
  75. auto-updater:
  76. enabled: true
  77. on-broken:
  78. - warn-console
  79. - warn-ops
  80. on-update:
  81. - warn-console
  82. - warn-ops
  83. preferred-channel: rb
  84. host: dl.bukkit.org
  85. suggest-channels: true
  86. database:
  87. username: bukkit
  88. isolation: SERIALIZABLE
  89. driver: org.sqlite.JDBC
  90. password: walrus
  91. url: jdbc:sqlite:{DIR}{NAME}.db
  92. orebfuscator:
  93. enable: false
  94. engine-mode: 1
  95. update-radius: 2
  96. disabled-worlds:
  97. - world_the_end
  98. blocks:
  99. - 1
  100. - 5
  101. - 14
  102. - 15
  103. - 16
  104. - 21
  105. - 48
  106. - 49
  107. - 54
  108. - 56
  109. - 73
  110. - 74
  111. - 82
  112. - 129
  113. - 130
  114. storm-settings:
  115. strong-electrical-storm:
  116. chance: 5
  117. lightning-delay: 10
  118. lightning-random-delay: 20
  119. electrical-storm:
  120. chance: 15
  121. lightning-delay: 40
  122. lightning-random-delay: 150
  123. strong-thunderstorm:
  124. chance: 30
  125. lightning-delay: 60
  126. lightning-random-delay: 250
  127. thunderstorm:
  128. chance: 50
  129. lightning-delay: 100
  130. lightning-random-delay: 500
  131. weak-thunderstorm:
  132. chance: 75
  133. lightning-delay: 300
  134. lightning-random-delay: 1000
  135. rainstorm:
  136. chance: 100
  137. lightning-delay: 500
  138. lightning-random-delay: 2000
  139. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement