{% extends "base.html" %} {% block title %}Commands{% endblock %} {% block page_title %}Commands{% endblock %} {% block content %}
| Time | Player | Server | Command | Position |
|---|---|---|---|---|
| {{ r.timestamp | fmt_dt }} | {{ r.player_name or '—' }} | {{ r.server_name or '—' }} | {{ r.command }} | {% if r.world %}{{ r.world }} ({{ r.x|round(0)|int }}, {{ r.y|round(0)|int }}, {{ r.z|round(0)|int }}){% else %}—{% endif %} |
| No commands | ||||