Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. general:
  2.  
  3. excluded-blocks: []
  4.  
  5. rollbacks-per-tick: 2000
  6.  
  7. personal-log-files: false
  8.  
  9. auto-watch: true
  10.  
  11. debug-mode: false
  12.  
  13. default-search-radius: 5
  14.  
  15. tnt-threshold: 10.0
  16.  
  17. restore-fire: false
  18.  
  19. stick-item: 280
  20.  
  21. library-autodownload: true
  22. database:
  23.  
  24. cleanse-age: 3d
  25.  
  26. deletes-per-cleansing: '20000'
  27.  
  28. max-records: '3000000'
  29.  
  30. type: H2
  31.  
  32. send-delay: 4
  33.  
  34. mysql:
  35.  
  36. port: 3306
  37.  
  38. username: myusername
  39.  
  40. engine: MyISAM
  41.  
  42. prefix: ''
  43.  
  44. low-priority-insert: true
  45.  
  46. hostname: localhost
  47.  
  48. password: 'mypassword'
  49.  
  50. database: mydatabase
  51.  
  52. minecraft watched:
  53.  
  54. environment:
  55.  
  56. lava-flow: false
  57.  
  58. leaf-decay: false
  59.  
  60. player:
  61.  
  62. drop-item: false
  63.  
  64. ip-player: true
  65.  
  66. disconnect: true
  67.  
  68. login: true
  69.  
  70. pickup-item: false
  71.  
  72. teleport: true
  73.  
  74. explosions:
  75.  
  76. tnt: true
  77.  
  78. creeper: true
  79.  
  80. misc: true
  81.  
  82. chat:
  83.  
  84. commands: true
  85.  
  86. chat: true
  87.  
  88. blocks:
  89.  
  90. chest-changes: true
  91.  
  92. block-place: true
  93.  
  94. block-break: true
  95.  
  96. misc:
  97.  
  98. flint-logging: true
  99.  
  100. door-open: false
  101.  
  102. lever-switch: false
  103.  
  104. button-press: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement