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/entitydata

From SAS Gaming Wiki

Template:Outdated feature Template:Exclusive Template:Infobox command

Modifies the Minecraft:data tag of an Minecraft:entity.

Syntax

entitydata <entity> <dataTag>

Arguments

entity
Specifies the entity or entities to be modified. Must be an entity UUID or the @e target selector.
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 Minecraft:NBT tag (for example, {CustomName:Steve}).

Result

Fails if the arguments are not specified correctly, or if entity fails to resolve to one or more non-player entities (Minecraft: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

Template:HistoryTable

See also

Navigation

Template:Navbox commands

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