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
#Original Configuration file
general {
afktimer {
S:discMsg=You were ejected for inactivity
# In minute
I:kickTimer=10
# In minute
I:warnTimer=5
}
}