You can now set a "serverID", so that multiple servers can be supported to one statistic. This is only possible with a SQL database. This allows, for example, the game time from the "Farm World" and "Main World Server" or "Creative" and "Survival" server together to be able to display the correct statistics in server networks.
Added new command "/gsececute <amount> <your command>"
Explanation: For example, to display a top 10 list of player statistics, the command "/gholo addrow testmove 1. %gs_WALK_ONE_CM_SUM-top-name-1% | %gs_WALK_ONE_CM_SUM-top-value-1%" must be executed in the GHolo example. And manually 10 times with the change of the number at the end of the placeholders and also at the beginning for the placement.
With the command "/gsexecute" this can be simplified as follows and only needs to be executed once because GlobalStats does the rest: "/gsexecute 10 gholo addrow testmove %gscounter%. %gs_WALK_ONE_CM_SUM-top-name-%gscounter%% | %gs_WALK_ONE_CM_SUM-top-value-%gscounter%%". This will execute the command after the number 10 times and replace the variable "%gscounter%" with the current number. If you want to create a top 5 list with one command, the first paramater (the 10) is changed to a 5. The exact command after the number depends on the plugin used, so this is an example for GHolo.