From f04bacf0de57cf862fb221586974984ee4f4e88f Mon Sep 17 00:00:00 2001 From: js6pak Date: Sun, 14 Mar 2021 22:30:01 +0000 Subject: [PATCH] Update Server-configuration.md --- docs/Server-configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Server-configuration.md b/docs/Server-configuration.md index 5841ca7..75996a3 100644 --- a/docs/Server-configuration.md +++ b/docs/Server-configuration.md @@ -17,6 +17,7 @@ Some information about all the possible configurations. Click [here](https://git | Key | Default | Value | |-|-|-| +| **Enabled** | `true` | Whether the anticheat should be enabled. | | **BanIpFromGame** | `true` | When a player is caught hacking, they will be kicked from the server. If this value is set to `true`, the player will be banned instead and will not be able to rejoin that specific game. **(Setting this to false does not disable the anti-cheat!)** | ### ServerRedirector @@ -45,6 +46,7 @@ Server:PublicIp=127.0.0.1 Server:PublicPort=22023 Server:ListenIp=0.0.0.0 Server:ListenPort=22023 +AntiCheat:Enabled=true AntiCheat:BanIpFromGame=true ServerRedirector:Enabled=false ServerRedirector:Master=true @@ -65,6 +67,7 @@ IMPOSTOR_Server__PublicIp=127.0.0.1 IMPOSTOR_Server__PublicPort=22023 IMPOSTOR_Server__ListenIp=0.0.0.0 IMPOSTOR_Server__ListenPort=22023 +IMPOSTOR_AntiCheat__Enabled=true IMPOSTOR_AntiCheat__BanIpFromGame=true IMPOSTOR_ServerRedirector__Enabled=false IMPOSTOR_ServerRedirector__Master=true -- 2.39.5