Advertisement
Guest User

Untitled

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