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

Add sampler that monitors "concerning" flags and fires an event #3

Open
ProgrammerDan opened this issue Sep 12, 2016 · 1 comment
Open

Comments

@ProgrammerDan
Copy link
Owner

Basically a raider detector or bot detector or whatever, so other plugins could take notice.

@ProgrammerDan
Copy link
Owner Author

Thoughts, Event named TrackedPlayerAlertEvent and contains player's UUID, a TrackedPlayerAlertReason type, a Map of <String, Double> values being tracked (optional) and is cancellable.

Initial tracking could be stuff like:

  • of offgroup citadel breaks of chests, doors, jukes exceeds a threshold (RAIDER reason)

  • of bucket empties exceeds a threshold (GRIEFER reason)

  • of PP captures exceeds a threshold (REAPER reason)

  • Ore to # non-ore breaks exceeds a threshold (XRAY reason)

  • In-combat hitrate exceeds a threshold (AIMBOT reason)
  • In-combat cps exceeds a threshold or is periodic (TRIGGERBOT reason)

etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant