Add volatile entity
#10717
Replies: 1 comment 1 reply
-
Isn't this just https://jd.papermc.io/paper/1.20.6/org/bukkit/entity/Entity.html#setPersistent(boolean)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
From time to time, we use volatile entities, which are not intended to remain on the server even after a reboot. (Display Text, etc...)
It can also be useful for server crashes to no longer have this object persistent.
Describe the solution you'd like.
I propose to create an option in the entity allowing or not to deactivate its backup in the world.
entity.setVolatile(true)
Describe alternatives you've considered.
No real idea of alternation
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions