Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/listd

From SAS Gaming Wiki
Revision as of 20:11, 9 April 2026 by SyncBot (talk | contribs) (Fix template calls: add MC/ prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Script error: No such module "Exclusive". Template:Infobox command

Lists detail information about players on the Minecraft:server.

Syntax

listd

Result

Lists players on the server and returns details in JSON format if possible.

Return message example

<syntaxhighlight lang="json"> There are 1/10 players online: Torrekie

{

 "command":"listd",
 "result":[
   {
     "color":"ff5454ff",
     "name":"Torrekie",
     "randomId":11413744675090775566,
     "uuid":"45f4943f-cb75-37cb-87a8-873d8abfff8f"
   }
 ]

}

</syntaxhighlight>

History

Template:HistoryTable

Navigation

All editions
Removed
Template:El only
Debug
Removed
Template:Els only
Template:El only
Removed
Template:El only
Removed
Template:Els only
Removed
Joke
Related

ja:コマンド/listd pt:Comandos/listd zh:命令/listd