Player | Status | Actions | |
---|---|---|---|
{{ player['name'] }} | {% if player['status'] == 'Online' %}{{ player['status'] }} | {% elif player['status'] == 'Offline' %} {{ player['status'] }} Last connection : {{ player['last_seen'] }} |
{% end %}
{% if data['server_stats']['running'] %}
{% else %} Unavailable (Server Offline) {% end %} |
Player | Status | Reason | Actions |
---|---|---|---|
{{ player['name'] }} | Banned on {{ player['banned_on'] }} | Banned by : {{ player['source'] }} Reason : {{ player['reason'] }} |