Guest User

Untitled

a guest
Nov 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.13 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: false
  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: -1
  14.   query-plugins: true
  15.   deprecated-verbose: default
  16.   shutdown-message: Server closed
  17.   bungee-proxies:
  18.  - 127.0.0.1
  19. spawn-limits:
  20.   monsters: 70
  21.   animals: 15
  22.   water-animals: 5
  23.   ambient: 15
  24. chunk-gc:
  25.   period-in-ticks: 600
  26.   load-threshold: 0
  27. ticks-per:
  28.   animal-spawns: 400
  29.   monster-spawns: 1
  30.   autosave: 0
  31. auto-updater:
  32.   enabled: true
  33.   on-broken:
  34.  - warn-console
  35.   - warn-ops
  36.   on-update:
  37.  - warn-console
  38.   - warn-ops
  39.   preferred-channel: rb
  40.   host: dl.bukkit.org
  41.   suggest-channels: true
  42. database:
  43.   username: bukkit
  44.   isolation: SERIALIZABLE
  45.   driver: org.sqlite.JDBC
  46.   password: walrus
  47.   url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment