{% extends "base.html" %} {% block title %}Block-Events{% endblock %} {% block page_title %}Block-Events{% endblock %} {% block content %}
| Time | Type | Player | Block | World | Position | Tool | Silk |
|---|---|---|---|---|---|---|---|
| {{ r.timestamp | fmt_dt }} | {% set colors = {'break':'danger','place':'success','ignite':'warning','burn':'orange','explode':'dark'} %} {{ r.event_type }} | {{ r.player_name or '—' }} | {{ r.block_type }} | {{ r.world }} | {{ r.x }}, {{ r.y }}, {{ r.z }} | {{ r.tool or '—' }} | {% if r.is_silk %}{% else %}—{% endif %} |
| No block events | |||||||