Advertisement
Guest User

Untitled

a guest
May 8th, 2013
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 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: -1
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: The gladiator gerbils are loose! Run!
  17. whitelist-message: Please connect to mc.awnw.net - Thanks!
  18. log-commands: true
  19. command-complete: true
  20. spam-exclusions:
  21. - /skill
  22. filter-unsafe-ips: false
  23. tab-ping: false
  24. timeout-time: 60
  25. restart-on-crash: false
  26. restart-script-location: start.bat
  27. bungee-proxies:
  28. - 127.0.0.1
  29. - 70.34.205.42
  30. - 70.34.205.43
  31. - 70.34.205.44
  32. - 70.34.205.45
  33. - 70.34.205.46
  34. - 67.219.96.154
  35. - 67.219.96.155
  36. - 67.219.96.156
  37. - 67.219.96.157
  38. - 67.219.96.158
  39. texture-resolution: 16
  40. snapshot-protocol: false
  41. map-send-interval: 10000
  42. world-settings:
  43. default:
  44. growth-chunks-per-tick: 0
  45. mob-spawn-range: 4
  46. random-light-updates: false
  47. aggregate-chunkticks: 4
  48. item-merge-radius: 0
  49. exp-merge-radius: 0
  50. wheat-growth-modifier: 0
  51. cactus-growth-modifier: 0
  52. melon-growth-modifier: 0
  53. pumpkin-growth-modifier: 0
  54. sugar-growth-modifier: 0
  55. tree-growth-modifier: 0
  56. mushroom-growth-modifier: 0
  57. entity-activation-range-animals: 5
  58. entity-activation-range-monsters: 20
  59. entity-activation-range-misc: 5
  60. entity-tracking-range-players: 48
  61. entity-tracking-range-animals: 48
  62. entity-tracking-range-monsters: 48
  63. entity-tracking-range-misc: 32
  64. entity-tracking-range-max: 64
  65. info: true
  66. world:
  67. growth-chunks-per-tick: 0
  68. world_nether:
  69. view-distance: 5
  70. growth-chunks-per-tick: 0
  71. random-light-updates: true
  72. water-creatures-per-chunk: 0
  73. spawn-limits:
  74. monsters: 90
  75. animals: 15
  76. water-animals: 5
  77. ambient: 15
  78. chunk-gc:
  79. period-in-ticks: 600
  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
  102. orebfuscator:
  103. enable: true
  104. engine-mode: 2
  105. update-radius: 2
  106. disabled-worlds:
  107. - world_the_end
  108. - PVP
  109. - world
  110. blocks:
  111. - 1
  112. - 5
  113. - 14
  114. - 15
  115. - 16
  116. - 21
  117. - 48
  118. - 49
  119. - 54
  120. - 56
  121. - 73
  122. - 74
  123. - 82
  124. - 129
  125. - 130
  126. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement