Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 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: -1
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server closed
  17. whitelist-message: You are not white-listed on this server!
  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: /path/to/server/start.sh
  27. bungee-proxies:
  28. - 127.0.0.1
  29. texture-resolution: 16
  30. world-settings:
  31. default:
  32. growth-chunks-per-tick: 650
  33. mob-spawn-range: 4
  34. random-light-updates: false
  35. aggregate-chunkticks: 4
  36. item-merge-radius: 3.5
  37. exp-merge-radius: 3.5
  38. wheat-growth-modifier: 100
  39. cactus-growth-modifier: 100
  40. melon-growth-modifier: 100
  41. pumpkin-growth-modifier: 100
  42. sugar-growth-modifier: 100
  43. tree-growth-modifier: 100
  44. mushroom-growth-modifier: 100
  45. entity-activation-range-animals: 32
  46. entity-activation-range-monsters: 32
  47. entity-activation-range-misc: 16
  48. entity-tracking-range-players: 48
  49. entity-tracking-range-animals: 48
  50. entity-tracking-range-monsters: 48
  51. entity-tracking-range-misc: 32
  52. entity-tracking-range-max: 64
  53. info: true
  54. world:
  55. growth-chunks-per-tick: 1000
  56. world_nether:
  57. view-distance: 5
  58. growth-chunks-per-tick: 0
  59. random-light-updates: true
  60. water-creatures-per-chunk: 0
  61. spawn-limits:
  62. monsters: 70
  63. animals: 15
  64. water-animals: 5
  65. ambient: 15
  66. chunk-gc:
  67. period-in-ticks: 600
  68. load-threshold: 0
  69. ticks-per:
  70. animal-spawns: 400
  71. monster-spawns: 1
  72. autosave: 0
  73. auto-updater:
  74. enabled: true
  75. on-broken:
  76. - warn-console
  77. - warn-ops
  78. on-update:
  79. - warn-console
  80. - warn-ops
  81. preferred-channel: rb
  82. host: dl.bukkit.org
  83. suggest-channels: true
  84. database:
  85. username: bukkit
  86. isolation: SERIALIZABLE
  87. driver: org.sqlite.JDBC
  88. password: walrus
  89. url: jdbc:sqlite:{DIR}{NAME}.db
  90. orebfuscator:
  91. enable: false
  92. engine-mode: 1
  93. disabled-worlds:
  94. - world_the_end
  95. blocks:
  96. - 1
  97. - 5
  98. - 14
  99. - 15
  100. - 16
  101. - 21
  102. - 48
  103. - 49
  104. - 54
  105. - 56
  106. - 73
  107. - 74
  108. - 82
  109. - 129
  110. - 130
  111. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement