Feature Request: Delete backpack file if not accessed for X daysSolved

For those of us that don't clear Backpacks on wipe, it would be nice to have a way to clear out Backpacks from players who haven't accessed it after a certain interval (e.g. 90 days).  This keeps oxide/data/Backpacks from filling up with thousands of small files as the months tick by.  Ideally this check would happen when the plugin is loaded.

I currently handle this manually with a bash script as part of my autowipe system, but if I ever wanted to move to a panel like Pterodactyl being able to handle this natively from the plugin would be super helpful.

It's currently impossible for plugins to delete data files because Oxide does not provide an API for it.

Oof, got it.  So the best we could do is zero out these files with

{}​
but that wouldn't solve the small files problem.  This makes sense - appreciate the note.

Correct, the files can be basically emptied out, but there would still be many files.

Locked automatically