Minecraft:Commands/listd
From SAS Gaming Wiki
More actions
Template:Exclusive Template:Infobox command
Lists detail information about Minecraft: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
Minecraft:ja:コマンド/listd Minecraft:pt:Comandos/listd Minecraft:zh:命令/listd