aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-10-23 15:17:07 +0200
committerKarel Kočí <cynerd@email.cz>2016-10-23 15:18:15 +0200
commitd7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f (patch)
tree557f1ecc47707e82e618f38a8a928e2517d760b1 /README.md
parent2218dc3e6adaedeb53fd166f4fb8b6f5b3ede7bc (diff)
downloadmcserver-wrapper-d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f.tar.gz
mcserver-wrapper-d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f.tar.bz2
mcserver-wrapper-d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f.zip
Load mod file every time new message is going to be printed
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
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.