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

Better fallback AFK detection system #84

Open
nkomarn opened this issue Feb 27, 2021 · 0 comments
Open

Better fallback AFK detection system #84

nkomarn opened this issue Feb 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nkomarn
Copy link
Owner

nkomarn commented Feb 27, 2021

Currently, the fallback idle detection system uses an array of listeners for things like chat, commands, movement, and inventory click; the heaviest of these being the move event.

Instead, we can do yaw checks every minute for every player which would both be a much harder system to bypass and far better performance-wise.

@nkomarn nkomarn added the enhancement New feature or request label Feb 27, 2021
@nkomarn nkomarn mentioned this issue Feb 27, 2021
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant