New statistics system

This commit is contained in:
Shoghi Cervantes
2015-05-19 20:49:30 +02:00
parent 36ddbf286d
commit cde2d39029
15 changed files with 175 additions and 65 deletions

View File

@ -18,8 +18,6 @@ settings:
enable-profiling: false
#Will only add results when tick measurement is below or equal to given value (default 20)
profile-report-trigger: 20
#Sends anonymous statistics to create usage reports
send-usage: true
#Number of AsyncTask workers.
#Used for plugin asynchronous tasks, world generation, compression and web communication.
#Set this approximately to your number of cores.
@ -125,7 +123,7 @@ chunk-generation:
#Max. amount of chunks in the waiting queue to be generated
queue-size: 8
#Max. amount of chunks in the waiting queue to be populated
population-queue-size: 2
population-queue-size: 8
ticks-per:
animal-spawns: 400
@ -147,6 +145,11 @@ auto-report:
send-phpinfo: false
host: crash.pocketmine.net
anonymous-statistics:
#Sends anonymous statistics for data aggregation, plugin usage tracking
enabled: true
host: stats.pocketmine.net
auto-updater:
enabled: true
on-update: