Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. # This is the config file of Statz v1.4.
  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. # Disabled statistics option can be used to disable a statistic. A list of statistics you can disable is provided here: https://github.com/Staartvin/Statz/blob/master/src/me/staartvin/statz/datamanager/PlayerStat.java#L20
  8. # The 'ignore creative' option can either be true or false. When set to false, Statz will not log statistics of players that are in creative mode.
  9. # Enabling debug output will show you a host of messages in the console that can help you debug problems when you have any.
  10. # If 'use custom statz list' is set to true, the /statz command will show a list of statistics for a player. The statistics that get displayed can be altered by changing the 'custom statz list' variable.
  11. # For a list of statistics to use in the custom list, click here: https://github.com/Staartvin/Statz/blob/master/src/me/staartvin/statz/datamanager/PlayerStat.java#L19
  12. track stats: true
  13. show database save message: false
  14. mysql:
  15. enabled: true
  16. hostname: 193.84.64.208
  17. username: legendne_statz
  18. password: '{Glythr2)8{xrtbT(Bew'
  19. database: legendne_statz+rankup
  20. periodic save time: 10
  21. disabled statistics:
  22. - DISABLED_STAT_NAME_HERE
  23. - OTHER_DISABLED_STAT_NAME
  24. ignore creative: false
  25. enable debug output: true
  26. use custom statz list: false
  27. custom statz list:
  28. - JOINS
  29. - FOOD_EATEN
  30. - KILLS_PLAYERS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement