{% extends "base.html" %} {% block content %}

User Profile

Image

{{ current_user.username }}
Discord ID: {{ current_user.discord_id }}

Minecraft Account Linking

{% if current_user.minecraft_uuid %}
Linked to Minecraft account: {{ current_user.minecraft_username }}
{% else %}
Not linked to any Minecraft account.

To link your account, run the following command in-game:


This code will expire in 10 minutes.

{% endif %}
{% endblock %}