A simple plugin that automatically gives players Afk status.
SmartAfk is a lightweight and configurable Minecraft plugin that detects player inactivity.
Players can manually toggle their AFK status, and server admins can configure behaviors like freezing movement or granting invulnerability.
Download: https://modrinth.com/project/smart-afk
/afkToggle your AFK status manually.
Useful if you want to go AFK immediately without waiting for the timeout.
.jar file from Modrinth./plugins folder.Edit the config.yml to adjust AFK behavior to your server’s needs.
Changes require a reload or restart.
Located at: /plugins/SmartAfk/config.yml
| Option | Description | Default |
|---|---|---|
| afk-timeout-seconds | Time of inactivity (in seconds) after which a player is set to AFK | 120 |
| freeze-afk-players | Prevent AFK players from moving | true |
| cancel-afk-on-jump | Cancel AFK status if the player jumps | true |
| invulnerable-during-afk | Makes players invulnerable while AFK | true |
Have suggestions or found a bug?
Visit my GitHub repository to open an issue or contribute via pull request!