{% extends "group_admin/base.html" %} {% block title %}Privacy Policy{% endblock %} {% block content %}

Server Privacy Policy

Write your Minecraft server's privacy policy here. Players will be shown this page when the MCConsent plugin asks them to consent before playing.

{# ── Public URL banner ────────────────────────────────────── #} {% if public_url %}
Public URL — paste this into your consent-plugin/config.yml as the policy-url value:
{{ public_url }}
{% else %}
Save the policy once to generate a secret public URL.
{% endif %} {# ── Last updated ─────────────────────────────────────────── #} {% if policy and policy.updated_at %}

Last updated: {{ policy.updated_at.strftime('%Y-%m-%d %H:%M UTC') }}

{% endif %} {# ── Editor form ──────────────────────────────────────────── #}
If you host a full policy on your own website you can link it here. It will be displayed as a button on the public policy page.
Plain text or basic Markdown is accepted. HTML is not rendered.
{% if policy %} Preview public page {% endif %}
{% endblock %}