Advertisement
Guest User

BigBrother.yml

a guest
Jul 14th, 2011
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1. general:
  2.     excluded-blocks: []
  3.     rollbacks-per-tick: 2000
  4.     personal-log-files: false
  5.     auto-watch: true
  6.     debug-mode: false
  7.     store-owners: true
  8.     default-search-radius: 5
  9.     tnt-threshold: 10.0
  10.     restore-fire: false
  11.     stick-item: 280
  12.     library-autodownload: true
  13. database:
  14.     port: 3306
  15.     username: minecraft
  16.     prefix: ''
  17.     hostname: localhost
  18.     cleanser:
  19.         age: 7d
  20.         deletes-per-operation: 20000
  21.     type: MYSQL
  22.     password: ******
  23.     database: minecraft
  24.     send-delay: 4
  25.     mysql:
  26.         engine: INNODB
  27.         low-priority-insert: true
  28. watched:
  29.     environment:
  30.         lava-flow: true
  31.         leaf-decay: false
  32.         water-flow: true
  33.         fire-spread: true
  34.     player:
  35.         drop-item: false
  36.         ip-player: true
  37.         disconnect: true
  38.         login: true
  39.         pickup-item: false
  40.         teleport: true
  41.     explosions:
  42.         tnt: true
  43.         creeper: true
  44.         misc: true
  45.     chat:
  46.         commands: true
  47.         chat: true
  48.     blocks:
  49.         chest-changes: true
  50.         block-place: true
  51.         block-break: true
  52.     misc:
  53.         flint-logging: true
  54.         door-open: false
  55.         lever-switch: false
  56.         button-press: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement