All commands
๐Ÿ“‹
AdminJava โœ“Bedrock โœ“

/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

Syntax
/list [uuids]
commandtargetcoordsvaluerequiredoptional

See it

What it does

Players online3
Steve
Alex
Notch
Everyone currently connected

Anatomy

Every part, explained

  1. 1
    /listCommandRequired

    Lists all online players.

  2. 2
    [uuids]UUIDsOptional

    Optional - also show each player's UUID.

Your turn

Try it yourself

Playground
Tab
1 token ยท press Enter to run

Copy & paste

Examples

/list

See who is online right now.

/list uuids

Show names with their UUIDs.

/list

Quick headcount before an event.

Avoid these

Common mistakes

โœ•/list Steve
โœ“/list

/list takes no player name - it shows everyone.

โœ•/list uuid
โœ“/list uuids

The 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

Related commands