| Name |
{{ player.name }} |
the players steam-name |
| ID |
{{ player.id }} |
|
| SteamID |
{{ player.steamid }} |
|
| Health |
{{ player.health }} |
|
| Position |
{{ ((player | default({})).pos | default({}) ).x | default('0') }}
{{ ((player | default({})).pos | default({}) ).y | default('0') }}
{{ ((player | default({})).pos | default({}) ).z | default('0') }}
|
|
| Rotation |
{{ ((player | default({})).rot | default({}) ).x | default('0') }}
{{ ((player | default({})).rot | default({}) ).y | default('0') }}
{{ ((player | default({})).rot | default({}) ).z | default('0') }}
|
|
| Level |
{{ player.level }} |
|
| IP-Address |
{{ player.ip }} |
|
| Ping |
{{ player.ping }} |
|
| Deaths |
{{ player.deaths }} |
|
| Zombie-Kills |
{{ player.zombies }} |
|
| Player-Kills |
{{ player.players }} |
|
| Score |
{{ player.score }} |
|
| Last seen |
{{ player.last_updated_servertime }}
|
|
| First seen (gametime) |
{{ player.first_seen_gametime }}
|
|
| Last seen (gametime) |
{{ player.last_seen_gametime }}
|
|
| dataset |
{{ player.dataset }}
|
the server-instance this entry is from |
| is_authenticated |
{{ player.is_authenticated | default("False") }}
|
has authenticated with the bot |
| in_limbo |
{{ player.in_limbo | default("False") }}
|
hasn't got any health, is dead(ish)! |
| is_initialized |
{{ player.is_initialized | default("False") }}
|
player is online, has health, is ready to go! |
| is_online |
{{ player.is_online | default("False") }}
|
we can see you! |
| is_muted |
{{ player.is_muted | default("False") }}
|
come again? |