From 3e2c59b74d610b648b3bea625ab1bf21331931d8 Mon Sep 17 00:00:00 2001 From: MinePro120 Date: Sat, 17 Oct 2020 01:15:37 +0300 Subject: [PATCH] [minecraft] support for whitelist and auth -Added support for blocking non-whitelisted players -Added support for blocking "cracked" players -Changed jail.conf recommendations --- config/filter.d/minecraft.conf | 3 ++- config/jail.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/filter.d/minecraft.conf b/config/filter.d/minecraft.conf index dc494d8f..a5f7b308 100644 --- a/config/filter.d/minecraft.conf +++ b/config/filter.d/minecraft.conf @@ -4,4 +4,5 @@ [Definition] -failregex = \[\/\: +failregex = \[\/: + \(\/: diff --git a/config/jail.conf b/config/jail.conf index 9c2842e8..2d225a14 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -912,7 +912,8 @@ findtime = 1 # Vanilla server, 1.16.3 # Change port and logpath as needed # Consider using low findtime (20 recommended) -# and low maxretry (5 recommended) +# and high maxretry (10 recommended) to block +# bots, not regular players port = 25565 logpath = /home/user/ServerName/logs/latest.log