Description
AutoAfkKicker
Server side only
Finally a mod that just allows you to avoid inactivity on your Forge server.
Everything is automatic, you just need to put your preferences in the config file.
Be careful, the kickTimer and the warnTimer do not add together, if you determine the warn at 5 minutes and the kick at 10, the player will be warned 5 minutes after the inactivity, and kick 5 minutes after.
Discord server : https://discord.gg/6cq3skc
Why this mod is better than Vanilla "player idle timeout" ?
- Vanilla afk detection
- Check the player's position
- AutoAfkKicker afk detection
- Check the player's position
- Check if the player is interacting with something
- Check if the player is chatting
- Check if the player is making a command
- Check if the player is programming on a computer (
ComputerCraft, OpenComputer)
#Original Configuration file
general {
afktimer {
S:discMsg=You were ejected for inactivity
# In minute
I:kickTimer=10
# In minute
I:warnTimer=5
}
}
