| Name | alter_uuid |
| Object | EntityTag |
| Input | ElementTag |
| Related Tags | <EntityTag.uuid> Returns the permanent unique ID of the entity. (...)
|
| Description | Alters the entity's UUID, changing it to the new input UUID.
This is very likely to break things and is almost never a good idea. This sorta-works with players, with significant side effects that will need to be compensated for. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3168 |