# This is the config file of Statz v1.6.2. # You can configure Statz with this file. # 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. # 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. # 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. # 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. # 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 # 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. # Enabling debug output will show you a host of messages in the console that can help you debug problems when you have any. # 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. # 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 # The 'use statz gui' option enables you to view the statistics of a player via a gui. It is disabled by default # The 'refresh player cache time' is the time (in seconds) to refresh the cache of a player, you should not have to alter it. # The 'enable logging' option allows you to enable or disable logging of certain statistics. It is off by default and create large log files if left on for a long time. # The option 'make backup of database before patching' tells Statz whether to make a backup of the database before attempting to patch it. This will require that Statz can use the backup database specified in the mysql section. Be sure to give Statz the correct permissions in your database