Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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: false
  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: 0
  14. query-plugins: false
  15. deprecated-verbose: default
  16. shutdown-message: Server chiuso torniamo subito..
  17. restart-script-location: start.bat
  18. timeout-time: 300
  19. restart-on-crash: false
  20. filter-unsafe-ips: false
  21. whitelist-message: Manutenzione!
  22. log-commands: true
  23. command-complete: true
  24. spam-exclusions:
  25. - /skill
  26. map-send-interval: 10000
  27. tab-ping: false
  28. world-settings:
  29. default:
  30. growth-chunks-per-tick: 650
  31. mob-spawn-range: 4
  32. item-merge-radius: 3.5
  33. exp-merge-radius: 3.5
  34. random-light-updates: false
  35. aggregate-chunkticks: 4
  36. wheat-growth-modifier: 100
  37. cactus-growth-modifier: 100
  38. melon-growth-modifier: 100
  39. pumpkin-growth-modifier: 100
  40. sugar-growth-modifier: 100
  41. tree-growth-modifier: 100
  42. mushroom-growth-modifier: 100
  43. entity-activation-range-animals: 48
  44. entity-activation-range-monsters: 48
  45. entity-activation-range-misc: 16
  46. world:
  47. growth-chunks-per-tick: 1000
  48. world_nether:
  49. view-distance: 3
  50. growth-chunks-per-tick: 0
  51. random-light-updates: true
  52. water-creatures-per-chunk: 0
  53. spawn-limits:
  54. monsters: 1
  55. animals: 1
  56. water-animals: 1
  57. ambient: 1
  58. chunk-gc:
  59. period-in-ticks: 600
  60. load-threshold: 0
  61. ticks-per:
  62. animal-spawns: 400
  63. monster-spawns: 1
  64. autosave: 0
  65. auto-updater:
  66. enabled: false
  67. on-broken:
  68. - warn-console
  69. - warn-ops
  70. on-update:
  71. - warn-console
  72. - warn-ops
  73. preferred-channel: rb
  74. host: dl.bukkit.org
  75. suggest-channels: false
  76. database:
  77. username: bukkit
  78. isolation: SERIALIZABLE
  79. driver: org.sqlite.JDBC
  80. password: walrus
  81. url: jdbc:sqlite:{DIR}{NAME}.db
  82. orebfuscator:
  83. enable: false
  84. engine-mode: 1
  85. update-radius: 2
  86. disabled-worlds:
  87. - world_the_end
  88. - parkour
  89. - world_nether
  90. - world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement