Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 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. default-search-radius: 5
  8. tnt-threshold: 10.0
  9. restore-fire: true
  10. stick-item: 258
  11. library-autodownload: true
  12. database:
  13. use-persistant-connection: false
  14. cleanse-age: 5d
  15. deletes-per-cleansing: '20000'
  16. max-records: '3000000'
  17. type: mysql
  18. send-delay: 4
  19. mysql:
  20. port: 3306
  21. username: root
  22. engine: MyISAM
  23. prefix: survival_
  24. low-priority-insert: true
  25. hostname: localhost
  26. password: ****
  27. database: bb
  28. watched:
  29. environment:
  30. lava-flow: false
  31. leaf-decay: false
  32. player:
  33. drop-item: false
  34. ip-player: false
  35. disconnect: false
  36. login: false
  37. pickup-item: false
  38. teleport: false
  39. explosions:
  40. tnt: false
  41. creeper: false
  42. misc: false
  43. chat:
  44. commands: false
  45. chat: false
  46. blocks:
  47. chest-changes: true
  48. block-place: true
  49. block-break: true
  50. misc:
  51. flint-logging: true
  52. door-open: true
  53. lever-switch: true
  54. button-press: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement