/listd
< Commands
This feature is exclusive to Minecraft Education and Bedrock Edition.
/listd
Visibility |
Hidden |
---|---|
Permission level required |
3 |
Restrictions |
None |
{ "title": "<code>/listd</code>", "rows": [ { "field": "Hidden", "label": "Visibility" }, { "field": "3", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "None", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
Lists detail infomation about players on the server.
Syntax[edit | edit source]
listd
Result[edit | edit source]
Lists players on the server and returns details in JSON format if possible.
Return message example[edit | edit source]
There are 1/10 players online:
Torrekie
###*
{
"command":"listd",
"result":[
{
"color":"ff5454ff",
"name":"Torrekie",
"randomId":11413744675090775566,
"uuid":"45f4943f-cb75-37cb-87a8-873d8abfff8f"
}
]
}
*###
History[edit | edit source]
[hide]Pocket Edition | |||||||
---|---|---|---|---|---|---|---|
v0.16.0 | Added the listd command. | ||||||
[hide]Minecraft Education | |||||||
? | Added the listd command. |