-
Notifications
You must be signed in to change notification settings - Fork 2
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
New Filter - Check Faceit Database for cheating bans #17
Comments
I may be mistaken but they have already discussed it in other plugins, such as SMAC and etc. FACEIT, ESEA, ESPORTAL, GAMERSCLUB, many others no longer make their list of bans visible, or no longer allows this type of verification, so it is unviable to do this implementation. More information that can help: https://github.com/Silenci0/SMAC/wiki/Global-Ban-Lists |
Faceit displays publicly their bans, and have a free API that seems to allow this kind of use. However, you need to create a server API key However, as stated in 5.4 Prohibitions on Content:
This could technically forbid our use method if this info is stored into the DB. You might want to reach them on their discord and give their answer here. I don't want to break their rules but it seems more like a 'protection' than a real enforced rule. I think it was meant for people that spams lots of requests, saves them and redistribute them to get around the normal faceit API. |
Curiosity, would it be possible to use API Faceit, GamersClub to verify the player on the platform itself? So instead of using their database, we can check with the API if it is banned on the platform and thus prohibit its entry on the server. GamersClub has in the API test I did:
Would FACEIT be able to check their API? ESEA too? |
It's possible to check the FaceIT API, this plugin does it: https://hlmod.net/resources/faceit-level.1639/ API /players : https://developers.faceit.com/docs/tools/data-api |
Good... So I believe that for GamersClub and Faceit this feature can be applied. |
-You might warn admins in the chat if the player has an active perm ban on faceit as an option
-option to block connection from any player who has an active perm ban on faceit for cheating
The text was updated successfully, but these errors were encountered: