| Name | persistent | 
| Object | EntityTag | 
| Input | ElementTag(Boolean) | 
| Related Tags | <EntityTag.is_persistent>Returns whether the mob-entity will not be removed completely when far away from players. (...) | 
| Description | Sets whether the mob-entity will not be removed completely when far away from players. This is Bukkit's "setRemoveWhenFarAway" which is Mojang's "isPersistenceRequired". In many cases, EntityTag.force_no_persist may be preferred. The entity must be a mob-type entity. | 
| Generated Example |  | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3779 |