Open Kowlin opened 3 months ago
The information contained under the player table is very light, only IDs and a few settings. What should be the behavior of a soft deletion then, resetting inventory? Also, should a player decide to come back after deletion, should he be given a new ID or the old one reused? 🤔
For the sake of keeping a track record of players and combat cheating, we should not fully delete the player from the database and keep their Player and Discord IDs on file. To cross reference with other data in our database, such as trade history.
As a side-note for the argument of GDPR; Discord IDs aren't personal identification and user's identities cannot be traced back to them via a Discord ID alone. The same applies to our player IDs which are only strongly linked to Discord IDs. We also cannot remove Discord IDs from our database because of anti-cheat purposes.