Dashboard Player Stats Charts

Player statistics are recorded on a daily basis and are subsequently presented in a chart format for efficient visual analysis.

How to setup cron? Setup a cron to run this url every 5 minutes which is supported on VPS/shared hosting already

https://yoursite.com/stats/player_count?token=replacehere with token(can be found in .env _token)

Example:

*/5 * * * * `https://yoursite.com/stats/player_count?token=123r48

Last updated