TorchAPI / Essentials

A Torch plugin that adds must-have utilities and administration tools to Space Engineers dedicated servers.
23 stars 31 forks source link

Identities purge only uses days #207

Closed DarthMord closed 2 years ago

DarthMord commented 2 years ago

To clean up a specific user, I would have to use !identity purge X (where X is number of days). This would resolve the corrupted player data issue I have with a single player but would also wipe out other players who have taken a break.

Ideally, I would be able to use !identity purge CHARACTER_NAME or STEAM_ID to selectively purge a single user's data.

DarthMord commented 2 years ago

Update: Bish informed me of !identity clear NAME and I gave that a try. I am waiting for player feedback on success or fail.

DarthMord commented 2 years ago

Status update: using !identity clear NAME has resolved the problem my player was experiencing.

I will be closing the issue and suggest the command be added to the Essentials Wiki page as it does not include it.

Thank you Bish!