Guest User

bukkit.yml

a guest
May 7th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.10 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. chunk-gc:
  23.  period-in-ticks: 600
  24.  load-threshold: 0
  25. ticks-per:
  26.  animal-spawns: 400
  27.  monster-spawns: 1
  28.  autosave: 0
  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
Add Comment
Please, Sign In to add comment