A Plugin that hooks into all kind of actions and saves all kind of informations in a sqlite/MySQL database
Defines which database type to use. If 'sqlite' is selected plugins/DataGatherer/datagatherer.sqlite will be used. If 'mysql' is selected you also have to set the Properties 'host', 'database', 'user', 'password'
Only needed when databasetype 'mysql' has been selected. The host where te MySQL Database is running
Only needed when databasetype 'mysql' has been selected. The database at the given MySQL server
Only needed when databasetype 'mysql' has been selected. The user to connect to the given MySQL server
Only needed when databasetype 'mysql' has been selected. The password to connect to the given MySQL server
Defines the Interval in seconds used for writing Memory Informations to the log. 0 means disabled.
Check interval in seconds for gathering plugin informations. 0 means disabled.
Check interval in seconds for gathering player informations. 0 means disabled.
Check interval in seconds for gathering world and server informations. 0 means disabled.
Check interval in seconds for gathering system informations. 0 means disabled.