As a server admin, I would really appreciate an official way to fully delete inactive characters from a server.
Right now, admins can kick players, but that does not really solve the problem. The character still exists in the server database, and all related buildings or placed objects can remain on the map. Over time, especially on long-running private servers, this creates unnecessary clutter, abandoned bases, and database bloat.
The only real workaround seems to be manual SQLite modifications in the game.db, which is risky, complicated, and can easily break the server if something goes wrong.
It would be extremely useful to have an official admin feature that allows us to:
-
Delete a character from the server
-
Optionally delete all buildings and placed objects owned by that character
-
Use this for inactive players after a configurable amount of time
-
Avoid direct and dangerous database editing
This would help server admins keep their worlds clean and stable without having to rely on unsupported database manipulation.
Ideally, this could be available through the admin panel, RCON, or a server command.