From 34ca6008e66318aee7bb8f4e7119b5ee52df4310 Mon Sep 17 00:00:00 2001 From: DRANIX <48390633+dran1x@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:04:07 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e418e..32b6376 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # CS2-AutoUpdater The Auto Updater plugin automates the update process for your Counter-Strike 2 (CS2) server. + > [!IMPORTANT] + > It is required for the server to have hibernation disabled: `sv_hibernate_when_empty` set to `false`. + +# Features + - [x] Automatically checks the current game version of Counter-Strike 2 by querying Steam's API. + - [x] Notifies players about the upcoming server restart # Installation @@ -32,4 +38,4 @@ "InstantRestartWhenEmpty": true, "ChatTag": "\u0004[AutoUpdater]\u0001" } - ``` \ No newline at end of file + ```