-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add /deleteaccount command to delete player account #4847
Conversation
34e1f7a
to
6247142
Compare
question: why we need this? |
That's like asking why cipsoft added ingame shop instead of website shop Easier and faster my friend |
You sill need to buy tc on website... |
It's easier and faster to remove account with this PR, but what problem does it fix? If you want to block some player/account from playing (for cheating, spamming etc.), you can use permanent ban, which bans whole account forever. I work on OTSes for years and never heard about server that removed accounts from database, except when they start 'new edition'. Even then they often remove players or reset their level, not remove whole accounts - to do not force players to create new accounts. |
I'm very new to the community. 192 PRs in total. If you are criticizing a person like this, I don't even want to imagine what would happen to someone like me a pr ago, or anyone else this starting. It is for reasons like these, from veterans, sacred cows like you, that TFS is dying, and many prefer to contribute in Canary or in their private servers, or not to contribute because they will criticize the feature or code.
|
PR is for discussing the code or reasonableness of a given solution, it's normal that sometimes someone doesn't like something. |
"I see a lot of PRs that look like someone want to get extra activity on GitHub FOSS projects and put his GitHub username in CV 🤔" yes, it was just a pull request to get into the contributors LOL |
|
Pull Request Prelude
Changes Proposed
This pull request adds the /deleteaccount command, allowing administrators to permanently delete a player’s account and all associated data.