From ec37e36a622614ac233d986911889bac1e59fc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 7 Mar 2016 10:35:24 +0100 Subject: Cleaner output, input and output thread runs as daemons Output printing is now more standardized across script and allows defined Minecraft server like output. Input and output thread for server is now implemented more simple as daemons and wrapper exit is handled by waiting for server exit. Example configuration is little bit changed. It adds type information for all options. Vim configuration line added for both files (mcwrapper and example.conf). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a9c7599..f09895b 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Status can be: If file not exists, then server is not running at all. ###Players file -This file in in status directory named as `players`. If server is running, it -contains online players. Player name per line. If server isn't running, it +This file in in status directory and is named as `players`. If server is running, +it contains online players. Player name per line. If server isn't running, it content don't have to be valid. ###Input pipe -- cgit v1.2.3