diff options
author | Chris Ward <chris@chrisgward.com> | 2013-02-10 01:54:37 -0800 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-02-10 01:54:37 -0800 |
commit | 05aeba521fb18f21634aa185e213979a1bce96c6 (patch) | |
tree | 5ba75e4e2212f58cf6fbbeea54ef7c744e6547d2 | |
parent | b6648ad9bd1379af4b0bc95afc14b74049d999dc (diff) | |
parent | 8dff1155bfa14398c13c3db330a502f0f420080e (diff) | |
download | Essentials-05aeba521fb18f21634aa185e213979a1bce96c6.tar Essentials-05aeba521fb18f21634aa185e213979a1bce96c6.tar.gz Essentials-05aeba521fb18f21634aa185e213979a1bce96c6.tar.lz Essentials-05aeba521fb18f21634aa185e213979a1bce96c6.tar.xz Essentials-05aeba521fb18f21634aa185e213979a1bce96c6.zip |
Merge pull request #317 from necrodoom/patch-47
update AFK documation
-rw-r--r-- | Essentials/src/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index bbf1517cb..cdd616367 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -299,11 +299,13 @@ remove-god-on-disconnect: false # Auto-AFK # After this timeout in seconds, the user will be set as afk. +# This feature requires the player to have essentials.auto.afk node # Set to -1 for no timeout. auto-afk: 300 # Auto-AFK Kick # After this timeout in seconds, the user will be kicked from the server. +# essentials.afk.kickexempt node overrides this feature # Set to -1 for no timeout. auto-afk-kick: -1 |