promotional bannermobile promotional banner

EasyAFK (Fabric/Quilt/Forge/Neoforge)

EasyAFK is a simple but feature-rich AFK mod for all major mod loaders

File Details

easyafk-forge-1.21.1-2.3.2.jar

  • R
  • Dec 19, 2025
  • 37.81 KB
  • 18
  • 1.21.1
  • Forge

File Name

easyafk-forge-1.21.1-2.3.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Forge

implementation "curse.maven:easyafk-1147549:7352912"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

### Bug Fixes

- Players can now use /afk command while sitting on modded chairs (previously blocked with "cannot go into AFK whilst jumping" error)
- Auto-AFK now works correctly when sitting on modded chairs
- Fixed false jump event detection from modded furniture that was incorrectly removing players from AFK
- Players can no longer mount horses or other rideable entities while AFK
- Attempting to sit on a chair while AFK is now properly blocked
- Dismounting from chairs while AFK now correctly maintains AFK status prevention

---

### Enhancements

- Added reusable canEnterAFK() method that validates player state before entering AFK
- Both manual /afk command and auto-AFK now use consistent validation logic
- Improved distinction between chairs (allowed) and rideable entities like horses/boats/minecarts (blocked)

---

### Technical Changes

- Updated passenger validation to check entity types (LivingEntity, Boat, AbstractMinecart)
- Chairs (non-living entities) are now correctly treated as valid AFK locations
- Jump event handlers now filter out false positives from sitting/standing animations using pose checks