Medieval Engineers

Medieval Engineers

Not enough ratings
Server Messages
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod category: script
Version: 0.6
File Size
Posted
Updated
97.302 KB
7 Apr, 2017 @ 1:52pm
17 Sep, 2018 @ 3:18pm
17 Change Notes ( view )

Subscribe to download
Server Messages

Description
This mod is for server admins

With this mod you can send messages to all the players on your server with a set delay.
These messages will loop.
You can also send any message directly. For when you need to inform your players a restart is happening.

All this without ever logging in to your server.

How to setup or send your messages:

-Go to your server folder
-In the Storage folder you will find the following folder: 900367518

In this folder you find the "SendMessageHere" text file. Any text saved there will be send to all players and then deleted again.
Open the other text file for more information about the Recurring Messages.
60 Comments
DoodleBugGamingYT 3 Apr, 2020 @ 1:48pm 
can this be updated please
Chester 21 Jan, 2020 @ 11:44am 
Can you update this or is there a better mod for server messages
B1ackBoX 2 Jun, 2019 @ 12:45am 
an update please.
=* X-KAM *= 27 Feb, 2019 @ 7:22pm 
or delete this ;)
=* X-KAM *= 27 Feb, 2019 @ 7:22pm 
maybe update ?
peaceman  [author] 1 Feb, 2019 @ 7:46am 
the devs did something a while back, I need to look into it, I will after 0.7 is out
SoContent 1 Feb, 2019 @ 6:27am 
Does this work still? It's creating a new storage folder every time I restart server.

Server Messages_900367518_0887eabd-8582-4822-ab1c-85026ca53195
Server Messages_900367518_51a41ce2-b73c-4c92-99b5-620be1ce4839
etc..
Ethylon 5 Nov, 2018 @ 7:45am 
If you use powershell you can use this to select the newest folder.

function uploadFile($text) {
"Broadcasting '$text' in server chat.."
$path = gci $serverMessagePath | ? { $_.PSIsContainer } | sort CreationTime -desc | select -f 1
$text >> "$serverMessagePath\$path\SendMessageHere.txt"
"Broadcast complete.."
}
Siliconpot 24 Oct, 2018 @ 6:26am 
This seems to be not so much working again - from last week's update (or previous week's) on I believe.
peaceman  [author] 24 Sep, 2018 @ 6:06am 
The file text format must be correct or it resets it