3.5.0 - Added the ability to execute commands when a player is back from being afk
[+] Added the ability to execute various commands, when a player is back from being AFK
To add, please add this under the 'actions:' in config.yml - Be mindful of the indentation required
Code (Text):
#
## Actions that are executed when a player has returned from being AFK after X time
#
return_from_afk:
120: #120 seconds = 2 minutes - If a player has been AFK for more than 120 seconds, this action will be executed when the player gets back
- "MESSAGE|&eAFK &7» &cWelcome Back!"
- "TITLE|&6You have returned ; &6from being AFK"
See the image under for a demo of how it's added to config.yml
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.ibb.co%2FTqMHPKK%2Fimage.png)