From e48e406789c02a13a507cc85c52066b91bbc269a Mon Sep 17 00:00:00 2001 From: Flibio Date: Thu, 6 Jul 2017 20:52:39 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e364b52..ea60500 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A configuration file (`payday.conf`) is located in the Sponge configuration dire ``` timeamount="1" payonjoin="true" +enableafkpay="true" timeunit=Hours payamounts={ "players"= { @@ -43,6 +44,10 @@ payamounts={ If the permission is set to `*`, it will pay all players. +## Integration + +If the `enableafkpay` is set to false in the configuration file, and the Nucleus AFK Module is enabled, PayDay will check if the player is AFK before paying them. If the player is found to be AFK, the player will not receive any currency. + --- ## Credit