add this hook: mod.hook('C_UPDATE_AFK_STATUS', 1, (ev) => { if (ev.status === 1 && enabled) ev.status = 0 return true })
add this hook:
mod.hook('C_UPDATE_AFK_STATUS', 1, (ev) => {
if (ev.status === 1 && enabled) ev.status = 0
return true
})