Medieval Engineers

Medieval Engineers

评价数不足
Server Messages
   
奖励
收藏
已收藏
取消收藏
Type: Mod
Mod category: script
Version: 0.6
文件大小
发表于
更新日期
97.302 KB
2017 年 4 月 7 日 下午 1:52
2018 年 9 月 17 日 下午 3:18
17 项改动说明 ( 查看 )

订阅以下载
Server Messages

描述
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 条留言
DoodleBugGamingYT 2020 年 4 月 3 日 下午 1:48 
can this be updated please
Chester 2020 年 1 月 21 日 上午 11:44 
Can you update this or is there a better mod for server messages
B1ackBoX 2019 年 6 月 2 日 上午 12:45 
an update please.
=* X-KAM *= 2019 年 2 月 27 日 下午 7:22 
or delete this ;)
=* X-KAM *= 2019 年 2 月 27 日 下午 7:22 
maybe update ?
peaceman  [作者] 2019 年 2 月 1 日 上午 7:46 
the devs did something a while back, I need to look into it, I will after 0.7 is out
SoContent 2019 年 2 月 1 日 上午 6:27 
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 2018 年 11 月 5 日 上午 7:45 
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 2018 年 10 月 24 日 上午 6:26 
This seems to be not so much working again - from last week's update (or previous week's) on I believe.
peaceman  [作者] 2018 年 9 月 24 日 上午 6:06 
The file text format must be correct or it resets it