Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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. #
  6. # If you need help on this file, feel free to join us on irc or leave a message
  7. # on the forums asking for advice.
  8. #
  9. # IRC: #bukkit @ esper.net
  10. # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
  11. # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
  12. # Twitter: http://twitter.com/Craftbukkit
  13. # Bug tracker: http://leaky.bukkit.org/
  14.  
  15.  
  16. settings:
  17. allow-end: false
  18. warn-on-overload: true
  19. spawn-radius: 0
  20. permissions-file: permissions.yml
  21. update-folder: update
  22. ping-packet-limit: 100
  23. use-exact-login-location: false
  24. plugin-profiling: false
  25. connection-throttle: 4000
  26. ticks-per:
  27. animal-spawns: 400
  28. monster-spawns: 1
  29. auto-updater:
  30. enabled: false
  31. on-broken:
  32. - warn-console
  33. - warn-ops
  34. on-update:
  35. - warn-console
  36. - warn-ops
  37. preferred-channel: rb
  38. host: dl.bukkit.org
  39. suggest-channels: false
  40. database:
  41. username: bukkit
  42. isolation: SERIALIZABLE
  43. driver: org.sqlite.JDBC
  44. password: walrus
  45. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement