From 426b999aa8b129e66a0f5b5b3aceee371b40fe65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 14 Nov 2015 13:50:24 +0100 Subject: Remove actions from mcwrapper Actions that would be send to server are useless when as same fast is possible write to file pipe. This way is code more clear and allows more expansions to the future. Also is consistent with planed Man in the middle server. --- README.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 38bbe09..a5041c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MINECRAFT-WRAPPER ================= - -Python server wrapper for extracting informations about server status and list of online players. +Python server wrapper for extracting informations about server status and list of +online players. Requires: ----------------- @@ -12,7 +12,7 @@ Requires: Usage ----------------- ``` -mcwrapper [arguments...] ACTION ... +mcwrapper [arguments...] IDENTIFIER This script is executing Minecraft server and reads its output. From output is extracted server status and list of online players. @@ -24,20 +24,10 @@ mcwrapper [arguments...] ACTION ... -q, --quiet Decrease verbose level of output. - Common action arguments - IDENTIFIER - Identifier for new server instance. This allows multiple server - instances running with this wrapper. - Identifier is word without spaces and preferably without special - characters. - - ACTION and it's arguments - start INDETIFIER - Start server under "IDENTIFIER" - stop IDENTIFIER - Sends stop command to server under "IDENTIFIER" - say IDENTIFIER {message...} - Sends message to server chat + IDENTIFIER + Identifier for new server. This allows multiple servers running with this + wrapper. Identifier is word without spaces and preferably without special + characters. ``` How it works -- cgit v1.2.3