-
-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.
Description
Suggestion
Add the persistent entity api
Why?
Not all entities need to be saved between server restarts and when you're constantly needing to try and prevent the edge cases where they are it's annoying.
As such having syntax like below will be a huge help for servers
%entities% (is|are) persistent
%entities% (isn't|is not|aren't|are not) persistent
make %entities% [:non[-| ]]persistentOther
Entity#setPersistent(boolean) and Entity#isPersistent()
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
Metadata
Metadata
Assignees
Labels
completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.