From 5c5b7384a4ae5acbd7a48efe5aa699dcec541870 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 21 May 2020 10:25:01 +0200 Subject: [PATCH] Better explain anti bot configuration values --- core/src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index c3126f16..72ce66e2 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -13,9 +13,11 @@ # completely ignore incoming connections. Effectively there will be no database requests and network requests. # Therefore auto logins won't be possible. anti-bot: + # Image the following like bucket. The following is total amount that is allowed in this bucket, while expire + # means how long it takes for every entry to expire. # Total number of connections connections: 200 - # Amount of time after the first connection will expire and made available + # Amount of minutes after the first connection will expire and made available expire: 5 # Request a premium login without forcing the player to type a command