[+] Added an option to set the placeholder when a player is not AFK
@Elguerrero
If you are using the placeholder %jetsantiafkpro_isafk% and wish to configure the message given when the player is not afk, add this to
config.yml
Code (Text):
#The papi placeholder %jetsantiafkpro_isafk% will return the following text if they are considered afk (by default, 2 minutes, or when the variable afk_stop_counting_playtime above is hit), or the non_afk_placeholder if they are not afk
#This is good for Tab Lists plugins
afk_placeholder: "&4[&cAFK&4]"
non_afk_placeholder: "" //ADD THIS LINE