EssentialsX

EssentialsX

2M Downloads

Suggestion: Add automatic userdata purge

Portanna opened this issue ยท 1 comments

commented

Add config option to enable automatic userdata purge older than X days, that deletes userdata on server shutdown if older than X days.

Example in config:

userdata_purge_toggle: true
userdata_purge_days: 30

commented

Essentials user data is very small. I don't see a reason for this feature. If you absolutely need this, you can still create a script (perhaps as part of your server startup) that deletes files with a last modification date before some time.