| @lang('player.player.information.username') | {{$player->username}} |
|---|---|
| @lang('player.player.information.nickname') | {{$player->nickname}} |
| @lang('player.player.information.uuid') | {{$player->uuid}} |
| @lang('player.player.information.latest-minecraft-version') | {{$player->version->name()}} |
| @lang('player.player.information.ip-address') | {{$player->ip}} |
| @lang('player.player.information.country') | {{$player->fullCountry()}} |
| @lang('player.player.information.tag') | {{$player->tagNames()}} |
| @lang('player.player.information.first-login') | {{$player->getTimestampFormatted($player->firstlogin)}} |
| @lang('player.player.information.last-login') | {{$player->getTimestampFormatted($player->lastlogin)}} |
| @lang('player.player.information.last-logout') | {{$player->getTimestampFormatted($player->lastlogout)}} |
| @lang('player.player.information.playtime') | {{$player->playtime}} |
| @lang('player.player.information.online') | @if ($player->online) @else @endif |
| @lang('player.player.statistics.average-playtime') | {{$player->getAveragePlaytime()}} |
|---|---|
| @lang('player.player.statistics.normally-joins-at') | {{$player->getAverageDailyLogin()}} |
| @lang('player.player.statistics.additional-accounts') | @foreach($player->getAltAccounts() as $alt) {{$alt->username}} @endforeach |
| Ping | {{$player->getPingDataAsString()}} |