Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2013
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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: true
  12. plugin-profiling: true
  13. connection-throttle: 4000
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server closed. Please relog!
  17. world-container: /ssd/bukkit_worlds
  18. spawn-limits:
  19. monsters: 70
  20. animals: 15
  21. water-animals: 5
  22. ambient: 15
  23. chunk-gc:
  24. period-in-ticks: 600
  25. load-threshold: 0
  26. ticks-per:
  27. animal-spawns: 400
  28. monster-spawns: 1
  29. autosave: 12000
  30. auto-updater:
  31. enabled: true
  32. on-broken:
  33. - warn-console
  34. - warn-ops
  35. on-update:
  36. - warn-console
  37. - warn-ops
  38. preferred-channel: beta
  39. host: dl.bukkit.org
  40. suggest-channels: true
  41. database:
  42. username: bukkit
  43. isolation: SERIALIZABLE
  44. driver: org.sqlite.JDBC
  45. password: walrus
  46. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement