Guest User

Untitled

a guest
Sep 9th, 2015
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <Scheduler>
  4.  
  5. <!-- this job will start after 10 minutes and run forever with a 1 hour and 30 minutes interval between the jobs -->
  6.  
  7. <job id="0">
  8. <day>1,2,3,4,5,6,7</day>
  9. <start>000100</start>
  10. <runtime>000100</runtime>
  11. <loop>1</loop>
  12. <cmd>loadbans</cmd>
  13. </job>
  14. <job id="1">
  15. <day>1,2,3,4,5,6,7</day>
  16. <start>001000</start>
  17. <runtime>002000</runtime>
  18. <loop>100</loop>
  19. <cmd>say -1 Server Restarts every 4 Hours!</cmd>
  20. </job>
  21. <job id="2">
  22. <day>1,2,3,4,5,6,7</day>
  23. <start>001100</start>
  24. <runtime>002100</runtime>
  25. <loop>100</loop>
  26. <cmd>uptime</cmd>
  27. </job>
  28. <job id="3">
  29. <day>1,2,3,4,5,6,7</day>
  30. <start>001200</start>
  31. <runtime>002200</runtime>
  32. <loop>100</loop>
  33. <cmd>say -1 Be sure to ask an admin for help on our Teamspeak </cmd>
  34. </job>
  35. <job id="4">
  36. <day>1,2,3,4,5,6,7</day>
  37. <start>001300</start>
  38. <runtime>002300</runtime>
  39. <loop>100</loop>
  40. <cmd>say -1 New to the server? Ask Admin for help. Check our website for info </cmd>
  41. </job>
  42. <job id="5">
  43. <day>1,2,3,4,5,6,7</day>
  44. <start>033000</start>
  45. <runtime>100000</runtime>
  46. <loop>0</loop>
  47. <cmd>say -1 Server will Restart in 30 minutes!</cmd>
  48. </job>
  49. <job id="6">
  50. <day>1,2,3,4,5,6,7</day>
  51. <start>034000</start>
  52. <runtime>100000</runtime>
  53. <loop>0</loop>
  54. <cmd>say -1 Server will Restart in 20 minutes!</cmd>
  55. </job>
  56. <job id="7">
  57. <day>1,2,3,4,5,6,7</day>
  58. <start>035000</start>
  59. <runtime>100000</runtime>
  60. <loop>0</loop>
  61. <cmd>say -1 Server will Restart in 10 minutes!</cmd>
  62. </job>
  63. <job id="8">
  64. <day>1,2,3,4,5,6,7</day>
  65. <start>035500</start>
  66. <runtime>100000</runtime>
  67. <loop>0</loop>
  68. <cmd>say -1 Server will Restart in 5 minutes.It Would Be a Good Idea to Leave Now So Your Items Are Saved Correctly</cmd>
  69. </job>
  70. <job id="9">
  71. <start>040000</start>
  72. <runtime>100000</runtime>
  73. <day>1,2,3,4,5,6,7</day>
  74. <loop>1</loop>
  75. <cmd>C:\ExileServer\Start_Server.bat</cmd>
  76. <cmdtype>1</cmdtype>
  77. </job>
  78. </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment