Remove the need to run the npm run prod function which was not working if you have VPS less than 2GB. So now you can host Minetrax in VPS as small as you can get.
Added feature to change the duration of resync using .env variable PLAYER_FETCHER_CRON_INTERVAL. Some available options are hourly everyThirtyMinutes everyFifteenMinutes everyTenMinutes everyFiveMinutes
If your server runs in offline mode you can still fetch player real heads in website using new .env variable USE_USERNAME_FOR_SKINS. Set it to true.
A command to reset any user password from CLI. helpful if you forgot password of your main superadmin user. Eg: php artisan authassword:reset superadmin