From b8907a6fafc73e1c47d36170736ce151e600f920 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Wed, 16 Nov 2016 19:17:01 +0100 Subject: [PATCH] kick afk player after 15min (+15min for afk detection) server is often full, afk players fill it up. --- plugins/Essentials/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index f5afce98..e8df95f0 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -336,7 +336,7 @@ auto-afk: 300 # 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 +auto-afk-kick: 300 # Set this to true, if you want to freeze the player, if the player is AFK. # Other players or monsters can't push the player out of AFK mode then.