Minecraft AutoAFKKicker mod 2026 download
logo
minecraft mod AutoAFKKicker

AutoAFKKicker

Game Version: 1.12.2
Total Downloads: 1,828
Updated: Feb 6, 2019
Created: Sep 20, 2018
Download AutoAFKKickerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
autoafkkicker-0.2.jar release 17.48 KB Feb 6, 2019 1.12.2 1,104 download AutoAFKKicker autoafkkicker-0.2.jar releaseDownload
autoafkkicker-0.1.jar +1 More release 18.89 KB Oct 27, 2018 1.12.2 150 download AutoAFKKicker autoafkkicker-0.1.jar

+1 More releaseDownload
autoafkkicker-0.0.7.jar release 18.00 KB Sep 22, 2018 1.12.2 86 download AutoAFKKicker autoafkkicker-0.0.7.jar releaseDownload
autoafkkicker-0.0.6.jar release 17.81 KB Sep 22, 2018 1.12.2 25 download AutoAFKKicker autoafkkicker-0.0.6.jar releaseDownload
autoafkkicker-0.0.4.jar release 13.48 KB Sep 22, 2018 1.12.2 46 download AutoAFKKicker autoafkkicker-0.0.4.jar releaseDownload
autoafkkicker-0.0.3.jar release 9.45 KB Sep 20, 2018 1.12.2 56 download AutoAFKKicker autoafkkicker-0.0.3.jar releaseDownload
autoafkkicker-1.13.2-0.0.0.2.jar beta 11.80 KB Mar 7, 2019 1.13.2 314 download AutoAFKKicker autoafkkicker-1.13.2-0.0.0.2.jar betaDownload
autoafkkicker-1.13.2-0.0.0.1.jar beta 12.14 KB Mar 7, 2019 1.13.2 27 download AutoAFKKicker autoafkkicker-1.13.2-0.0.0.1.jar betaDownload

Description

Share this:

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
    }

}

Comments

Add a comment