{% extends "base.html" %} {% block title %}Commands{% endblock %} {% block page_title %}Commands{% endblock %} {% block content %}
Reset
{{ total }} commands
{% for r in rows %} {% else %} {% endfor %}
TimePlayerServerCommandPosition
{{ 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
{% include "_pagination.html" %} {% endblock %}