Skip to content

Instantly share code, notes, and snippets.

@goosewoman
Created August 7, 2015 12:16
Show Gist options
  • Save goosewoman/de2c2e110a8e7eb7e45e to your computer and use it in GitHub Desktop.
Save goosewoman/de2c2e110a8e7eb7e45e to your computer and use it in GitHub Desktop.
$${
IFMATCHES(%CHATCLEAN%,^You are now AFK)
SET(@isafk)
SET(@&cooldown,0)
ENDIF
IFMATCHES(%CHATCLEAN%,You are no longer AFK)
UNSET(@isafk)
ENDIF
}$$
$${
IIF((DURABILITY < 1250) && (!@isafk),"/fix all")
}$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment