Skip to content
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

Ban Players #88

Closed
Annonator opened this issue Jun 22, 2022 · 1 comment · Fixed by #110
Closed

Ban Players #88

Annonator opened this issue Jun 22, 2022 · 1 comment · Fixed by #110
Labels
enhancement New feature or request partner request This request is backed up by a partner

Comments

@Annonator
Copy link
Owner

Is your feature request related to a problem? Please describe.
Today we need to go through the PlayFab interface and ban players individually or use segments which from a developer point of view is not convenient. For example how can i ban a player that is tagged to be banned through my support or CRM system? Today you either need to got through the PlayFab interface or query the API yourself.

Describe the solution you'd like
I want to ban a given set of players through PlayFabBuddy, in the first step the CLI implementation is just a reference, but should be adoptable through the lib layer to be implemented as API later to integrate with external system.

playfabbuddy player ban LIST_OF_PLAYERS

LIST_OF_PLAYERS
can either be a local managed file by PlayFabBuddy or a list of PlayerAccounts that should be deleted. The list can come from a local JSON or CSV file or a remote segment. I would say that JSON is must have and CSV is an addition for the future.

@Annonator Annonator added enhancement New feature or request partner request This request is backed up by a partner labels Jun 22, 2022
@Annonator
Copy link
Owner Author

Let's adjust that based on the work that had been done in #90 by banning players by IP for a start and outsource additional ban options to another issue

Annonator added a commit that referenced this issue Sep 20, 2022
@Annonator Annonator linked a pull request Sep 20, 2022 that will close this issue
Annonator added a commit that referenced this issue Sep 20, 2022
Repository owner moved this from Todo to Done in PlayFabBuddy Project Sep 20, 2022
Annonator added a commit that referenced this issue Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request partner request This request is backed up by a partner
Projects
Development

Successfully merging a pull request may close this issue.

1 participant