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  
StaZ (DayZ)

My Scheduler.xml - 30min restart

Recommended Posts

Why not 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Restart 30 mins from server start --><job id="1">  <time>003000</time>  <delay>000000</delay>  <day>1,2,3,4,5,6,7</day>  <loop>1</loop>  <cmd>#restart</cmd>  <cmdtype>0</cmdtype>  </job><!-- Send out warnings --><job id="2">  <time>002500</time>  <delay>000000</delay>  <day>1,2,3,4,5,6,7</day>  <loop>1</loop>  <cmd>say -1 ---------------------------RESTART IN 5 MIN------------------------</cmd>  <cmdtype>0</cmdtype>  </job><job id="3">  <time>002800</time>  <delay>000000</delay>  <day>1,2,3,4,5,6,7</day>  <loop>1</loop><cmd>say -1 ---------------------------RESTART IN 2 MIN------------------------</cmd>  <cmdtype>0</cmdtype> </job><job id="4">  <time>002900</time>  <delay>000000</delay>  <day>1,2,3,4,5,6,7</day>  <loop>1</loop> <cmd>say -1 ---------------------------RESTART IN 1 MIN------------------------</cmd>  <cmdtype>0</cmdtype>  </job><job id="5">  <time>002930</time>  <delay>000000</delay>  <day>1,2,3,4,5,6,7</day>  <loop>1</loop><cmd>say -1 ---------------------------RESTART IN 30 SECONDS------------------------</cmd>  <cmdtype>0</cmdtype> </job></Scheduler>

from 9000+ jobs to 5 plus if the server crashes it still keeps 30 mins in between the last starting point therefore you don't get 25 mins crash 5 mins restart

Edited by AmberHelios
  • Like 3

Share this post


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

×