User Content
Below is a list of all the content you have generated on this site. Rooms and seeds are listed separately.
Sessions can be saved or synced across devices using the
Sessions Page.
Your Rooms
{% if rooms %}
{% else %}
You have not created any rooms yet!
{% endif %}
Your Seeds
{% if seeds %}
Seed |
Players |
Created (UTC) |
Mark for deletion |
{% for seed in seeds %}
{{ seed.id|suuid }} |
{% if seed.multidata %}
{{ seed.slots|length }}
{% else %}
1
{% endif %}
|
{{ seed.creation_time.strftime("%Y-%m-%d %H:%M") }} |
Delete next maintenance. |
{% endfor %}
{% else %}
You have not generated any seeds yet!
{% endif %}