Skip to content
Success

Changes

Summary

  1. SPIGOT-227: Add entity persistent flag (details)
Commit c3a8de0371ffaad3752a503ba1f7583544a0662c by md_5
SPIGOT-227: Add entity persistent flag
Non-persistent entities won't get saved when the chunk saves the
entities. Entities that are passengers of a non-persistent entity won't
get saved. Players won't save their vehicle, if the player is directly
or indirectly riding a non-persistent entity.
The file was modified nms-patches/Entity.patch
The file was modified src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
The file was modified nms-patches/EntityPlayer.patch