Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. # This is the config file of Statz v1.4.3.
  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: false
  16. hostname: localhost:3306
  17. username: root
  18. password: ''
  19. database: Statz
  20. periodic save time: 10
  21. disabled statistics:
  22. - DEATHS
  23. - JOINS
  24. - ITEMS_CAUGHT
  25. - BLOCKS_PLACED
  26. - BLOCKS_BROKEN
  27. - KILLS_MOBS
  28. - KILLS_PLAYERS
  29. - FOOD_EATEN
  30. - DAMAGE_TAKEN
  31. - TIMES_SHORN
  32. - ITEMS_CRAFTED
  33. - VOTES
  34. - ARROWS_SHOT
  35. - ENTERED_BEDS
  36. - TOOLS_BROKEN
  37. - EGGS_THROWN
  38. - BUCKETS_FILLED
  39. - BUCKETS_EMPTIED
  40. - ITEMS_DROPPED
  41. - ITEMS_PICKED_UP
  42. - TELEPORTS
  43. - VILLAGER_TRADES
  44. ignore creative: false
  45. enable debug output: true
  46. latest patch mysql version: 0
  47. latest patch sqlite version: 1
  48. use custom statz list: false
  49. custom statz list:
  50. - JOINS
  51. - FOOD_EATEN
  52. - KILLS_PLAYERS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement