{#await worlds then data}
{#each data as world}
{worldRoomName(world)}
{worldPlayer(world)}
{/each}
{/await}