Description
AFK Automation
AFK Automation is a lightweight Minecraft Forge mod that provides simple automation features controlled directly through commands.
The mod is designed to make repetitive actions easier to perform during AFK sessions, without requiring external macro software.
Features
AFK Automation Toggle
Use:
/afkautomation
to enable or disable the main AFK Automation system.
The current state is displayed directly in the player's action bar.
Auto Jump
Automatically performs jump actions while the feature is enabled.
Toggle it with:
/afkautomation jump
The mod displays a confirmation message when Auto Jump is enabled or disabled.
Automatic Interaction
AFK Automation also provides an automatic interaction feature that can periodically perform an interaction action while enabled.
Toggle it with:
/afkautomation click
The interaction is performed automatically at a controlled interval rather than continuously every game tick.
Action Bar Feedback
The mod provides clear visual feedback when features are enabled or disabled.
For example:
AFK AUTOMATION ONAFK AUTOMATION OFFAUTO JUMP ONAUTO JUMP OFFAUTO CLICK ONAUTO CLICK OFF
This allows you to see the current state without filling the chat with messages.
Commands
Main command
/afkautomation
Auto Jump
/afkautomation jump
Automatic interaction
/afkautomation click
Lightweight Design
The automation system uses Minecraft's tick system and controlled timers instead of continuously executing the action every tick.
This keeps the implementation simple and avoids unnecessary repeated actions.

