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 + ```