Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: YAML  |  size: 1.37 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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: true
  18.   warn-on-overload: true
  19.   spawn-radius: 16
  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: true
  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: true
  40. database:
  41.   username: bukkit
  42.   isolation: SERIALIZABLE
  43.   driver: org.sqlite.JDBC
  44.   password: walrus
  45.   url: jdbc:sqlite:{DIR}{NAME}.db
  46. aliases:
  47.   icanhasbukkit:
  48.  - version
  49.   pong:
  50.  - ping
  51. worlds:
  52.   Creative:
  53.     generator: InfinitePlots