Minecraft:Commands/listd: Difference between revisions
From SAS Gaming Wiki
More actions
imported>RedX No edit summary |
Remove broken links to missing pages |
||
| Line 6: | Line 6: | ||
}} | }} | ||
Lists detail information about | Lists detail information about players on the [[Minecraft:server]]. | ||
== Syntax == | == Syntax == | ||
| Line 44: | Line 44: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
ja:コマンド/listd | |||
pt:Comandos/listd | |||
zh:命令/listd | |||
Revision as of 15:44, 9 April 2026
Template: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
ja:コマンド/listd pt:Comandos/listd zh:命令/listd