Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # This is the config file of Statz v1.2.1.
  2. # You can configure Statz with this file.
  3. # The 'track stats' option can either be true of false. When it is true, Statz will record data of players. If it is false, Statz won't record any data.
  4. # The 'show database save message' option allows you to toggle the visibility of the 'Save message'. Every few minutes, the database of Statz is saved. If youset this option to false, Statz will still save the database, but won't show the message.
  5. # The 'periodic save time' value represents the time (in seconds) after an update is sent to the database. The default is 10 seconds and I don't recommend changing it.
  6. # You can experiment with it and see whether it improves performance for your server. A lower value means the database is updated more often, resulting in a decrement of performance.
  7. track stats: true
  8. show database save message: false
  9. mysql:
  10. enabled: false
  11. hostname: localhost:3306
  12. username: root
  13. password: ''
  14. database: Statz
  15. periodic save time: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement