Advertisement
Guest User

Untitled

a guest
Jan 8th, 2013
1,840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 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. spawn-limits:
  18. monsters: 70
  19. animals: 15
  20. water-animals: 5
  21. ambient: 15
  22. ticks-per:
  23. animal-spawns: 400
  24. monster-spawns: 1
  25. autosave: 0
  26. auto-updater:
  27. enabled: true
  28. on-broken:
  29. - warn-console
  30. - warn-ops
  31. on-update:
  32. - warn-console
  33. - warn-ops
  34. preferred-channel: rb
  35. host: dl.bukkit.org
  36. suggest-channels: true
  37. database:
  38. username: bukkit
  39. isolation: SERIALIZABLE
  40. driver: org.sqlite.JDBC
  41. password: walrus
  42. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement