PluginBugs / Issues-Wraith

Repository used to keep track of issues of my plugin Wraith
0 stars 0 forks source link

[Suggestion] WraithAPI exempt/unexempt method #60

Open 0ft3n opened 2 years ago

0ft3n commented 2 years ago

Is your feature request related to a problem? Please describe. We have a library for our plugins that has anticheat integration system, that allows us to prevent players being punished by anticheats because of actions from our plugins.

Describe the solution you'd like An API method to exempt and unexempt certain player from being violated by anticheat (WraithAPI.exempt(Player player) and WraithAPI.unexempt(Player player)) And also would be really nice to have somewhat PlayerViolationEvent event that will contain a player and violation type for the future enchancement of our system (and also event is kinda more flexible than exempt method)

Describe alternatives you've considered Well, nothing?

Additional context Here are the examples of integrations with other AntiCheat plugins we already have