Upload Multidata

To host a game, you need up upload a .multidata file or a .zip file created by the multiworld generator.

{% if rooms %}

Your Rooms:

{% for room in rooms %} {% endfor %}
Seed Room Players Created Last Activity
{{ room.seed.id|suuid }} {{ room.id|suuid }} {{ room.seed.multidata.names[0]|length }} Total: {{ room.seed.multidata.names[0]|join(", ")|truncate(256, False, " ...") }} {{ room.creation_time.strftime("%Y-%m-%d %H:%M") }} {{ room.last_activity.strftime("%Y-%m-%d %H:%M") }}
{% else %}

No rooms owned by you were found. Upload a file to get started.

{% endif %}