dayzdockerserver/files/messages.xml
Daniel Ceregatti 088d5d3e51 Implement server restarting via messages.xml.
Trim down the container to only what it really needs.
Upgrade containers to bookworm.
Upgrade web's node to 20.
Add bercon to the web container.
Remove rcon from the server container.
Remove motd text from config.
Add roadmap and update docs.
2024-04-19 08:03:18 -07:00

14 lines
391 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>
<message>
<deadline>240</deadline>
<shutdown>1</shutdown>
<text>The server will restart in #tmin minutes...</text>
</message>
<message>
<delay>1</delay>
<repeat>30</repeat>
<onconnect>1</onconnect>
<text>Welcome to #name!</text>
</message>
</messages>