> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFab 리더보드 개요

> PlayFab Leaderboards 서비스 개요: 다중 열 동점 처리, 버전 관리, 메타데이터 행, 통계 연결 기능을 갖춘 크로스 플랫폼 랭킹.

PlayFab Leaderboards는 플레이어를 점수로 순위 매기기 위한 목적으로 정렬된 목록을 만드는 크로스 플랫폼 서비스입니다. 리더보드는 독립 실행형 서비스로 사용하거나 Statistics와 연결하여(통계 업데이트가 리더보드의 항목에 반영되도록) 사용할 수 있습니다.

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/leaderboards-relationship.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=554aabf57b2d9d69b008e1b91162833d" alt="PlayFab Leaderboards Architecture" width="3236" height="2184" data-path="images/playfab/community/leaderboards/leaderboards-relationship.png" />

## 이점

새 리더보드 서비스의 주요 이점 중 하나는 크로스 플랫폼 기능과 모든 요구에 맞춰 확장할 수 있는 용량입니다. 다음과 같은 새로운 기능을 소개하게 되어 기쁩니다.

### 다중 열(강화) 동점 처리

이 기능은 지정된 우선순위로 정렬할 수 있는 여러 점수를 한 행에 표시할 수 있게 합니다. 이 정렬 방식을 사용하면 동점이 발생할 때 어떤 값이 우선순위를 가지는지 결정하고 해당 플레이어를 리더보드에서 더 상위에 랭킹시킬 수 있습니다.

다음 예시에서는 Eliminations 항목에서 Player C와 Player B가 동점입니다. 랭킹을 위해 그 다음 열을 동점 처리 기준으로 사용하는데, 이 경우 Assists입니다. Player T와 Player O에도 동일한 로직이 적용되며, 여기서는 더 나아가 Timestamp를 동점 처리 기준으로 사용합니다.

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/tie-breaker-table.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=f4184170a992549c700e33f2b8b7b671" alt="PlayFab Leaderboards Tie-breaking" width="859" height="358" data-path="images/playfab/community/leaderboards/tie-breaker-table.png" />

### 버전 관리

리더보드는 재설정 전략에 따라 여러 버전을 가질 수 있습니다. 이 기능을 사용하면 리더보드의 정의는 유지하면서 콘텐츠를 재설정하여 새로운 버전을 만들 수 있습니다. 이전 버전은 여전히 조회할 수 있으며(업데이트는 허용되지 않음), 다음 예시에서 리더보드의 정의는 그대로 유지되고 콘텐츠가 각 버전마다 변경되는 것을 볼 수 있습니다.

<img src="https://mintcdn.com/microsoft-4404708b/IwSYTY5BEqd_x-HK/images/playfab/community/leaderboards/versioning-leaderboards.png?fit=max&auto=format&n=IwSYTY5BEqd_x-HK&q=85&s=0e4c6bbc43f8d0177a26f5f158dd7b34" alt="PlayFab Leaderboards Versioning" width="1243" height="403" data-path="images/playfab/community/leaderboards/versioning-leaderboards.png" />

### 메타데이터

이 기능을 통해 행마다 사용자 지정 정보를 설정할 수 있습니다(사용자의 요금제에 해당하는지 확인하세요).

이 예시에서는 각 행에 고유한 메타데이터가 연결된 것을 볼 수 있습니다.

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/metadata-leaderboards.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=7c01fc870758cb76b0c08d013c63726d" alt="PlayFab Leaderboards Usage" width="826" height="421" data-path="images/playfab/community/leaderboards/metadata-leaderboards.png" />

### 독립 실행형 또는 통계 연결

리더보드는 Statistic 정의에 연결될 수 있어, 플레이어가 새로운 개인 기록을 세울 때마다 장거리 슛을 노리고 있는 모든 플레이어의 해당 리더보드에 자동으로 반영됩니다. 게임에 이미 집계를 수행하는 Statistics 엔진이 있다면 리더보드를 독립 실행형 구성 요소로 구성할 수도 있습니다.

## 함께 보기

* [Quickstart leaderboards](/services/playfab/community/leaderboards/quickstart-leaderboards)
* [Create basic leaderboard](/services/playfab/community/leaderboards/create-basic-leaderboard)
* [Doing more with leaderboards](/services/playfab/community/leaderboards/doing-more-with-leaderboards)
* [Seasonal leaderboards](/services/playfab/community/leaderboards/seasonal-leaderboards)
* [Manual tiers](/services/playfab/community/leaderboards/manual-tiers)
* [Limits](/services/playfab/community/leaderboards/limits-leaderboards)
* [Ranking players by stats](/services/playfab/community/leaderboards/leaderboards-linked-to-stats)
* [Add contextual data to leaderboards](/services/playfab/community/leaderboards/metadata-leaderboards)
* [API reference](/services/playfab/community/leaderboards/api-reference)
* [Quota](/services/playfab/community/leaderboards/quota-leaderboards)
* [Leaderboard meters](/services/playfab/pricing/meters/leaderboard-meters)
* [Leaderboards and Cloudscript](/services/playfab/community/leaderboards/leaderboards-cloudscript).
* [Leaderboards With PlayStream and Telemetry](/services/playfab/community/leaderboards/leaderboards-with-playstream-and-telemetry)


## Related topics

- [PlayFab Statistics 개요](/ko/services/playfab/player-progression/statistics/index.md)
- [리더보드](/ko/build/steam-porting-guide/features/steam-leaderboards.md)
- [리더보드 미터](/ko/services/playfab/pricing/meters/leaderboard-meters.md)
- [스탯 및 리더보드](/ko/services/xbox-services/player-data/stats-leaderboards/index.md)
- [타이틀 관리 통계 및 리더보드](/ko/services/xbox-services/player-data/stats-leaderboards/title-managed/live-statslb-tm-nav.md)
