I Used The Command
/summon Zombie ~ ~ ~ {UUID:11111111-1111-1111-1111-111111111111}
And A Zombie With That UUID Was There, But When I Summoned Multiple And Used /kill @e[type=zombie] It Only Killed One, And In The Console It Sayed IT Killed All Of Them. When You Type /kill @e[type=zombie] Again, It Will Say 'Could Not Find Entity' A Bunch Of Times.These Are Not Ghost Mobs, And They Will Attack, Deal Damage,And Get Hurt By Anything.
Linked issues
is duplicated by 2
Attachments
Comments 20
The bug here is that you had multiple entities with the same UUID, not that you couldn't kill them. There should only be one entity per UUID.
this error is fixed in 15w31c by making summon check if it can summon a mob with that uuid and will respond with:"Unable to summon object" if a mob with that uuid already exists.
Not quite true, see Searge's comment on MC-86082.
UUIDs are now truly unique. It's no longer possible to spawn an entity with a particular UUID if one already exists with that UUID. I believe this was fixed in one of the early snapshots, though I'm not sure which one.
The UUID nbt tag is no longer parsed check MC-86082, Sarge commented there. It is fixed in version 33c.
Please do not mark unreleased versions (anything starting with "Future Version") as affected. You don't have access to them yet.
Also, are you certain these other zombies weren't assigned other UUIDs, considering they are supposed to be unique?