Advertisement
Guest User

Untitled

a guest
Jan 18th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.85 KB | None | 0 0
  1. settings:
  2.   allow-end: true
  3.   warn-on-overload: true
  4.   permissions-file: permissions.yml
  5.   update-folder: update
  6.   ping-packet-limit: 100
  7.   use-exact-login-location: false
  8.   plugin-profiling: false
  9.   connection-throttle: 4000
  10.   query-plugins: true
  11.   deprecated-verbose: default
  12.   shutdown-message: Server closed
  13. spawn-limits:
  14.   monsters: 5
  15.   animals: 5
  16.   water-animals: 10
  17.   ambient: 30
  18. chunk-gc:
  19.   period-in-ticks: 600
  20.   load-threshold: 0
  21. ticks-per:
  22.   animal-spawns: 5
  23.   monster-spawns: 5
  24.   autosave: 6000
  25. auto-updater:
  26.   enabled: true
  27.   on-broken:
  28.  - warn-console
  29.   - warn-ops
  30.   on-update:
  31.  - warn-console
  32.   - warn-ops
  33.   preferred-channel: rb
  34.   host: dl.bukkit.org
  35.   suggest-channels: true
  36. database:
  37.   username: bukkit
  38.   isolation: SERIALIZABLE
  39.   driver: org.sqlite.JDBC
  40.   password: walrus
  41.   url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement