Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/cdc-sys/statuses-mod/llms.txt

Use this file to discover all available pages before exploring further.

The Statuses mod embeds status icons across multiple screens in Geometry Dash, so you can see the presence of other players wherever they appear. This page covers every location where status icons are displayed and how they behave.

Profile pages

Your own profile shows a clickable status icon next to your username. Tapping it opens the status picker so you can change your status in place.Other users’ profiles show a read-only status icon rendered by StatusIconNode. You can see their current status but cannot interact with it.

Comment sections

Status icons appear on both level comments and account comments.
  • Level comments: The icon is positioned next to the player icon in each comment cell.
  • Account comments: The icon appears after the username label in the comment row.

Friends list and search results

User cells in the Friends list and in player search results each show a status icon positioned in the bottom-right area of the player icon. This lets you see at a glance which friends are online, idle, or unavailable.

Level leaderboard

Each score cell on a level’s leaderboard displays a status icon in the bottom-right of the player icon. You can see the current status of every player ranked on a level without leaving the leaderboard screen.

Global leaderboard

Score cells on the global leaderboard also include a status icon positioned next to the player icon. Top-ranked players’ statuses are visible directly in the leaderboard list.

Live status updates

Status icons across all of these locations are powered by StatusIconNode, which runs an internal update loop. When a player’s status changes, the icon updates automatically — you do not need to close and reopen a screen to see a fresh status.
Because StatusIconNode polls for changes continuously, status icons stay accurate even if you leave a screen open for an extended period. There is no need to manually refresh a profile, leaderboard, or comment section to see the latest status.
When you view a player’s profile or a screen that shows their status, the mod sets up a status subscription for that player automatically. You do not need to take any extra steps — the subscription is created in the background and torn down when you navigate away.

Build docs developers (and LLMs) love