Minecraft:Commands/entitydata: Difference between revisions
From SAS Gaming Wiki
More actions
imported>YoureIronic No edit summary |
Remove broken links to missing pages |
||
| Line 1: | Line 1: | ||
{{Outdated feature|This command was superseded by the '''[[Minecraft:Commands/data|/data]]''' command in | {{Outdated feature|This command was superseded by the '''[[Minecraft:Commands/data|/data]]''' command in Java Edition 1.13.|edition=java}} | ||
{{Exclusive|java}} | {{Exclusive|java}} | ||
{{Infobox command | {{Infobox command | ||
| Line 6: | Line 6: | ||
}} | }} | ||
Modifies the | Modifies the data tag of an entity. | ||
== Syntax == | == Syntax == | ||
| Line 18: | Line 18: | ||
: ''dataTag'' | : ''dataTag'' | ||
:: Specifies the [[Minecraft:Commands#Data tags|data tag]] elements to be added to, or overwrite elements of, the specified entity (data tags cannot be removed and strings cannot be set to a null value). Must be a compound | :: Specifies the [[Minecraft:Commands#Data tags|data tag]] elements to be added to, or overwrite elements of, the specified entity (data tags cannot be removed and strings cannot be set to a null value). Must be a compound NBT tag (for example, <code>{CustomName:Steve}</code>). | ||
== Result == | == Result == | ||
Fails if the arguments are not specified correctly, or if ''entity'' fails to resolve to one or more non-player entities ( | Fails if the arguments are not specified correctly, or if ''entity'' fails to resolve to one or more non-player entities (players cannot be changed). | ||
On success, modifies the data tag of the targeted entity or entities. | On success, modifies the data tag of the targeted entity or entities. | ||
| Line 44: | Line 44: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
de:Befehl/entitydata | |||
es:Comandos/entitydata | |||
ja:コマンド/entitydata | |||
pt:Comandos/entitydata | |||
ru:Команды консоли/entitydata | |||
zh:命令/entitydata | |||
Latest revision as of 15:44, 9 April 2026
Template:Outdated feature Template:Exclusive Template:Infobox command
Modifies the data tag of an entity.
Syntax
entitydata <entity> <dataTag>
Arguments
- entity
- Specifies the entity or entities to be modified. Must be an entity UUID or the
@etarget selector.
- Specifies the entity or entities to be modified. Must be an entity UUID or the
- dataTag
- Specifies the data tag elements to be added to, or overwrite elements of, the specified entity (data tags cannot be removed and strings cannot be set to a null value). Must be a compound NBT tag (for example,
{CustomName:Steve}).
- Specifies the data tag elements to be added to, or overwrite elements of, the specified entity (data tags cannot be removed and strings cannot be set to a null value). Must be a compound NBT tag (for example,
Result
Fails if the arguments are not specified correctly, or if entity fails to resolve to one or more non-player entities (players cannot be changed).
On success, modifies the data tag of the targeted entity or entities.
Examples
- To prevent all zombies from picking up loot:
entitydata @e[type=zombie] {CanPickUpLoot:0}
History
See also
- Template:Cmd — replaces the data of a block
de:Befehl/entitydata es:Comandos/entitydata ja:コマンド/entitydata pt:Comandos/entitydata ru:Команды консоли/entitydata zh:命令/entitydata