/entitydata

From Minecraft Wiki
Jump to navigation Jump to search
BlockSprite rose.png: Sprite image for rose in Minecraft
This page describes content that has been removed from Java Edition.
 
This command was superseded by the /data command in Java Edition 1.13.
/entitydata
Permission level
required
2
Restrictions None

Modifies the data tag of an entity.

Syntax

[edit | edit source]
entitydata <entity> <dataTag>

Arguments

[edit | edit source]
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 NBT tag (for example, {CustomName:Steve}).

Result

[edit | edit source]

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

[edit | edit source]
  • To prevent all zombies from picking up loot:
    entitydata @e[type=zombie] {CanPickUpLoot:0}

History

[edit | edit source]
Java Edition
1.814w32b Added /entitydata.
1.1317w45b Removed /entitydata as its features are merged into /data.

See also

[edit | edit source]
[edit | edit source]