Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. database:
  2. host: localhost
  3. port: 3306
  4. user: root
  5. password: xxx
  6. database: test_database
  7. extra:
  8. min-idle: 0
  9. max-pools: 40
  10. timeout: 10000
  11. utf-8: true
  12. server:
  13. server-name: localhost
  14. hub-name: hub
  15. time-zone: Finland/Helsinki
  16. default-rank: Member
  17. max-ignores: 20
  18. tips-interval: 120
  19. name-mc: true
  20. punishments: true
  21. debug: true
  22. teleport-spawn-on-join: true
  23. chat:
  24. format: true
  25. filter-special-characters: true
  26. cooldown:
  27. chat: 2.0
  28. command: 2.0
  29. world:
  30. weather-change: false
  31. thunder-change: false
  32. mob-spawn: false
  33. chunk-unload: false
  34. leaves-decay: false
  35. hanging-break: false
  36. block-burn: false
  37. block-spread: false
  38. note-sounds: false
  39. item:
  40. despawn-rate: 10
  41. merge: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement