From 61068b203e560d9d4af86e18b9d1d3a97c1802b6 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Sat, 11 Jul 2015 21:48:26 +1000 Subject: [PATCH] Add rconcmd arkmanager command --- tools/arkmanager | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/arkmanager b/tools/arkmanager index 18ac990..9fb29d2 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -517,6 +517,9 @@ case "$1" in saveworld) doSaveWorld ;; + rconcmd) + rconcmd "$2" + ;; status) printStatus ;; @@ -529,6 +532,7 @@ case "$1" in echo "backup Saves a backup of your server inside the backup directory" echo "broadcast Sends a message to all users connected to server" echo "saveworld Saves the game world to disk" + echo "rconcmd Execute RCON command on server" echo "checkupdate Check for a new ARK server version" echo "install Install the ARK server files from steamcmd" echo "restart Stops the server and then starts it"