Commands/entitydata
< Commands
This page describes content that exists only in outdated versions of 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.
Contents
Syntax[edit]
entitydata <entity> <dataTag>
Arguments[edit]
- entity
- Specifies the entity(ies) to be modified. Must be an entity UUID or the
@e
target selector.
- Specifies the entity(ies) to be modified. Must be an entity UUID or the
- dataTag
Result[edit]
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]
- To prevent all zombies from picking up loot:
entitydata @e[type=zombie] {CanPickUpLoot:0}
History[edit]
Java Edition | |||||
---|---|---|---|---|---|
1.8 | 14w32b | Added /entitydata . | |||
1.13 | 17w45b | Removed /entitydata as its features are merged into /data . |
See also[edit]
/blockdata
— replaces the data of a block