[+] Added the ability to add a delay to the /afk command - Set the following variables (default is 5 seconds)
config.yml
Code (Text):
#The delay (in seconds) on being able to run the /afk command - The message the user receives is configurable in message.yml, set to -1 to disable
afk_command_delay: 5
messages.yml
Code (Text):
#The message the user gets if they run the /afk command too quickly
afk_delay_message: "%PREFIX%&cPlease wait before running this command again!"
[+] Added the ability to disable counting playtime if the players in vanish
config.yml
Code (Text):
#Whether you want to counting playtime if the player is in vanish
disable_playtime_in_vanish: false
[+] Cleaned up the config file to make more sense