Minecraft:Commands/fetchprofile: Difference between revisions
More actions
imported>BDJP007301 No edit summary |
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}} | 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 | |{{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}} | ||
de:Befehl/fetchprofile | |||
ja:コマンド/fetchprofile | |||
ru:Команды консоли/fetchprofile | |||
pt:Comandos/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
- Specifies a player name (player does not need to be online), case-insensitive.
- Template:Arg desc
- Specifies Minecraft:UUID of a player (player does not need to be online).
- Template:Arg desc
- 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
de:Befehl/fetchprofile ja:コマンド/fetchprofile ru:Команды консоли/fetchprofile pt:Comandos/fetchprofile zh:命令/fetchprofile