Cobblemon AFK Guard is a Fabric mod for Minecraft 1.21.1 servers that tracks player presence, marks inactive players as AFK, updates their tab name, and can kick them after a configurable delay.
It is designed around Cobblemon gameplay and common server-side edge cases, so players are less likely to be kicked while they are actually using Cobblemon features.
/afk refresh to reload the config without restarting the server.$player placeholders and Minecraft style codes in messages.
Server-only is fully supported.
The mod tracks movement, camera changes, chat, commands, normal interactions, inventory actions, merchant actions, and server-visible Cobblemon activity. This includes battle-related packets that reach the server during Cobblemon battles. This is the recommended baseline for most servers.
Installing the mod on both the server and the client enables enhanced activity reporting for client-heavy screens.
This improves AFK detection in interfaces such as Cobblemon battle screens, battle request screens, Cobblemon PC screens, and supported shop screens where some actions may not naturally reach the server as normal interaction packets. This is the best option if you want clicks on Fight, move buttons, Switch, and similar battle UI actions to reset AFK reliably.
/afk toggles your own AFK state./afk switch <player> toggles AFK for another player./afk exemptions lists manually exempt players./afk exemptions add <player> adds a player to the exemption list./afk exemptions remove <player> removes a player from the exemption list./afk refresh reloads the config file.
The config file is created at:
config/cobblemon_afk_guard.json
Important notes:
/afk refresh after editing the file.idleThresholdSeconds is measured in real seconds.kickDelayAfterAfkSeconds starts counting after the player is marked as AFK.$player to insert the player name.& style codes in the config. For example, &0 is treated the same as the vanilla section-sign code for black text.§ style codes are also accepted for compatibility.
Default config:
{"idleThresholdSeconds": 240,"kickDelayAfterAfkSeconds": 300,"afkStartMessages": ["&e&o$player is now AFK.", "&e&o$player used Rest."],"broadcastAfkStart": true,"afkReturnMessages": ["&a&o$player is no longer AFK.","&a&o$player woke up from Rest."],"broadcastAfkReturn": true,"afkNameFormat": "&7[AFK] &r$player","afkKickMessages": ["&fYou have been kicked for being AFK too long.","&fYou have been kicked for being AFK too long. Snorlax won the nap battle."],"countExemptPlayersInSleepVote": false}
For Minecraft 1.21.1, required:
1.7.3+1.21.1
Optional compatibility:
2.0.0+Beta-5.1
Server install:
mods folder.config/cobblemon_afk_guard.json./afk refresh, or restart the server if you updated the mod jar itself.
Optional client install:
mods folder.Installing on the client is optional, but recommended if you want the best detection inside Cobblemon battle menus and other modded screens.