Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Siggy (DayZ)

Automatic Restart

Recommended Posts

Hey guys, can anyone give me there working automatic restart script for TC Admin? I had one but the restart msges were broadcasting at the wrong times so the server was restarting without notice.

Would like 1 so it restarts every 6-8 hours with a msg broadcast letting players know.

If anyone can help me out it would be greatly appreciated.

Share this post


Link to post
Share on other sites

This is stuff for BEC, don't know if you got that installed on your server:

<job id="0">

<time>05:45</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Server auto-restarting in 15 minutes.</cmd>

<cmdtype>0</cmdtype>

</job>

<job id="1">

<time>05:50</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Server auto-restarting in 10 minutes.</cmd>

<cmdtype>0</cmdtype>

</job>

<job id="2">

<time>05:55</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Server auto-restarting in 5 minutes.</cmd>

<cmdtype>0</cmdtype>

</job>

<job id="3">

<time>05:59</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Server auto-restarting in 1 minute. Log out to prevent item loss!</cmd>

<cmdtype>0</cmdtype>

</job>

<job id="4">

<time>06:00</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>#restart</cmd>

<cmdtype>0</cmdtype>

</job>

If you're with Vilayer and have the ACPLayer (which I think is the same as the TCAdmin), you can set up Scheduled Service Restarts there (main page).

Edited by Wotuu

Share this post


Link to post
Share on other sites
Sign in to follow this  

×