From 0c5d8f0723318a84eff079a8667f5d4ef59aed45 Mon Sep 17 00:00:00 2001 From: Markus Adrario Date: Tue, 26 May 2020 23:19:36 +0200 Subject: [PATCH] Update README.MD --- README.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 8a9c70a..6a9a08f 100644 --- a/README.MD +++ b/README.MD @@ -1,7 +1,7 @@ # CS:GO Server Control with a Nodejs-powered web-API ## Disclaimer -As of now, this script should only be used on private servers not yccessible from the internet. +As of now, this script should only be used on private servers not accessible from the internet. It allows control of the the Server and as of now has no built in Authentication. So basically everyone could takeover your server. Secure communication and authentication are the next todos on my list. @@ -29,7 +29,8 @@ The /control message will return a JSON-String. 'action' can have the following values: - status -> fetch the servers running status: { "running": true/false } - update -> update the server (may take quite some time): { "success": true/false } -- start -> requires an additional argument "starmap" (action=start&startmap=mapname): { "success": true/false } +- start -> optional additional argument "starmap" (action=start&startmap=mapname): { "success": true/false }
+If run without startmap, server will be started with famous de_dust2. - stop -> stop the server: { "success": true/false } ### RCON