kick afk players
How to detect afk players ? 2022-09-25 issue
- What the traker of the player should have to detect afk player
- Coordinates: X.Y.Z
- Velocity: 0.0 0.0 0.0 = Not moving // Velocity: 0.1 0.0 0.0 = you are being displaced by player // if you fall from the block by push I don't know the speed
- Look Direction: (maybe the most important thing in the tracker to know if you are moving or not the mouse)
- See the direction of the mouse if you are in the inventory (idk how to explain this part)
- Chatting (Maybe there should be an update of an other error first to do this)
- Setting in server file to give a Option
It is a conditional issue, if you meet all the above conditions 1+2+3+4+5+6 for X minutes you will be expelled/kicked
It is the first time that I try to help in something of veloren I hope that it can be understood in all kinds of ways(im spanish)
-
Another issue (you could automove for ever if you are moving and press intro)(bug that conditions the chat and movement tracker at the same time for afk traker)