/list
Show every player currently connected to the server.
Overview
What is the /list command?
The /list command shows who is currently online, plus the player count against the server's maximum. With the uuids argument it also prints each player's UUID, which is handy for admin tools and config files.
It's a staple of day-to-day server moderation when you need a quick headcount.
When to use it: Use /list to see who's online right now and how many of the available slots are filled.
At a glance
Syntax
/list [uuids]See it
What it does
Anatomy
Every part, explained
- 1
CommandRequired/listLists all online players.
- 2
UUIDsOptional[uuids]Optional - also show each player's UUID.
Your turn
Try it yourself
Copy & paste
Examples
/listSee who is online right now.
/list uuidsShow names with their UUIDs.
/listQuick headcount before an event.
Avoid these
Common mistakes
/list Steve/list/list takes no player name - it shows everyone.
/list uuid/list uuidsThe option is plural: uuids.
Good to know
Frequently asked questions
- How do you see who is online in Minecraft?
- Run /list to print the online players and the current count versus the server limit.
- How do you get player UUIDs?
- Use /list uuids to show each online player alongside their UUID.
- Does /list work in single player?
- Yes, though it simply shows you (and anyone connected over LAN) as the only player online.
Keep going