From d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 23 Oct 2016 15:17:07 +0200 Subject: Load mod file every time new message is going to be printed --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bcab451..ae2ada4 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,4 @@ content don't have to be valid. #### Message of the day This prints to players various short messages in given interval. Message is from -file passed as --mod-file and it's randomly selected line. This file is read on -wrapper start, so if you edit it while it's running, no change will happen unless -you send USR1 signal to mcwrapper server. You can use this simple script: -``` -[ -f server.pid ] && kill -USR1 $(cat server.pid) -``` +file passed as --mod-file and it's randomly selected line. -- cgit v1.2.3