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/fetchprofile: Difference between revisions

From SAS Gaming Wiki
imported>BDJP007301
No edit summary
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 9: Line 9:
Fetches the profile of the target. It works asynchronously as the operation might take some time.
Fetches the profile of the target. It works asynchronously as the operation might take some time.


After successful completion, a message will be printed that lets users copy the contents of a fully resolved {{cd|minecraft:profile}} [[Minecraft:Data component format|component]] or {{cmd|give @s minecraft:player_head}} with said component.
After successful completion, a message will be printed that lets users copy the contents of a fully resolved {{cd|minecraft:profile}} component or {{cmd|give @s minecraft:player_head}} with said component.


== Syntax ==
== Syntax ==
Line 49: Line 49:
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.21.9|dev=25w34a|Added {{cmd|fetchprofile|link=none}}.}}
|{{HistoryLine||1.21.9|dev=25w34a|Added {{cmd|fetchprofile|link=none}}.}}
|{{HistoryLine|||dev=Pre-Release 1|Now also prints a clickable text to summon a [[Minecraft:mannequin]] with the resolved profile.}}
|{{HistoryLine|||dev=Pre-Release 1|Now also prints a clickable text to summon a mannequin with the resolved profile.}}
|{{HistoryLine||26.1|dev=snap8|Added {{cmd|fetchprofile entity|link=none}}.}}
|{{HistoryLine||26.1|dev=snap8|Added {{cmd|fetchprofile entity|link=none}}.}}
}}
}}
Line 56: Line 56:
{{Navbox commands}}
{{Navbox commands}}


[[Minecraft:de:Befehl/fetchprofile]]
de:Befehl/fetchprofile
[[Minecraft:ja:コマンド/fetchprofile]]
ja:コマンド/fetchprofile
[[Minecraft:ru:Команды консоли/fetchprofile]]
ru:Команды консоли/fetchprofile
[[Minecraft:pt:Comandos/fetchprofile]]
pt:Comandos/fetchprofile
[[Minecraft:zh:命令/fetchprofile]]
zh:命令/fetchprofile

Revision as of 15:44, 9 April 2026

Template:Exclusive Template:Infobox command Fetches the contents of a player profile from Minecraft servers.

Usage

Fetches the profile of the target. It works asynchronously as the operation might take some time.

After successful completion, a message will be printed that lets users copy the contents of a fully resolved Template:Cd component or Template:Cmd with said component.

Syntax

fetchprofile name <name>
fetchprofile id <id>
fetchprofile entity <entity>

Arguments

Template:Argument

Specifies a player name (player does not need to be online), case-insensitive.
Template:Arg desc

Template:Argument

Specifies Minecraft:UUID of a player (player does not need to be online).
Template:Arg desc

Template:Argument

Specifies an entity (player must be online).
Template:Arg desc

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table

Output

Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table

History

Template:HistoryTable

Navigation

Template:Navbox commands

de:Befehl/fetchprofile ja:コマンド/fetchprofile ru:Команды консоли/fetchprofile pt:Comandos/fetchprofile zh:命令/fetchprofile