SkyBlock Leaderboards
-
{#each leaderboards as leaderboard}
{@const imageUrl = leaderboard.startsWith('collection_')
? skyblockItemToUrl(leaderboard.slice(11))
: null}
{#if imageUrl}
- {cleanId(leaderboard)} {/if} {/each}