Minecraft:Commands/listd: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{ | {{MC/Exclusive|education|bedrock}} | ||
{{Infobox command | {{Infobox command | ||
| name = listd | | name = listd | ||
| Line 35: | Line 35: | ||
== History == | == History == | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|Pocket Edition}} | |{{MC/HistoryLine|Pocket Edition}} | ||
|{{HistoryLine||v0.16.0|Added <code>listd</code>.}} | |{{MC/HistoryLine||v0.16.0|Added <code>listd</code>.}} | ||
|{{HistoryLine|Education Edition}} | |{{MC/HistoryLine|Education Edition}} | ||
|{{HistoryLine||?|Added <code>listd</code>.}} | |{{MC/HistoryLine||?|Added <code>listd</code>.}} | ||
}} | }} | ||
== Navigation == | == Navigation == | ||
{{Navbox commands}} | {{MC/Navbox commands}} | ||
ja:コマンド/listd | ja:コマンド/listd | ||
pt:Comandos/listd | pt:Comandos/listd | ||
zh:命令/listd | zh:命令/listd | ||
Latest revision as of 20:11, 9 April 2026
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
ja:コマンド/listd pt:Comandos/listd zh:命令/listd