Name | force_no_persist |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.force_no_persist> Returns 'true' if the entity is forced to not save to file when chunks unload. (...)
|
Description | Set 'true' to indicate the entity should be forced to not save to file when chunks unload.
Set 'false' to not force to not-save. Entities will then either save or not save depending on separate conditions. This is a custom value added in Bukkit to block saving, which is not the same as Mojang's similar option under EntityTag.persistent. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3735 |