Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- IMPORTANT: Visit www.ibattle.org for usage guides -->
- <!-- Guide For Using Scheduler System: http://ibattle.org/install-and-configure/setting-up-the-scheduler/ -->
- <!-- 2 Time Formats Can Be Used:
- 00:00:00 - HH:MM:SS - Example, 02:30:00 would be 2:30am. Messages using this format are sent based on the node's time. It is recommend to set your ACP profile time to the same timezone as the node.
- 000000 - HHMMSS - Example, 003000 Is 30 Minutes From When Server Started
- -->
- <Scheduler>
- <!-- Message info restart -->
- <job id="0">
- <time>000100</time>
- <delay>000130</delay>
- <day>1,2,3,4,5,6,7</day>
- <loop>-1</loop>
- <cmd>say -1 Ce serveur reboot toutes les 4 heures : 05:00, 09:00, 13:00, 17:00, 21:00 et 01:00 (Paris)</cmd>
- <cmdtype>0</cmdtype>
- </job>
- <!-- Messages avant 15min Restart -->
- <job id="1">
- <time>034500</time>
- <delay>000000</delay>
- <day>1,2,3,4,5,6,7</day>
- <loop>0</loop>
- <cmd>say -1 Attention : Restart du serveur dans 15 minutes</cmd>
- <cmdtype>0</cmdtype>
- </job>
- <!-- Messages avant 5min Restart -->
- <job id="2">
- <time>035500</time>
- <delay>000000</delay>
- <day>1,2,3,4,5,6,7</day>
- <loop>0</loop>
- <cmd>say -1 Attention : Restart du serveur dans 5 minutes</cmd>
- <cmdtype>0</cmdtype>
- </job>
- <!-- Messages avant 1min Restart -->
- <job id="3">
- <time>035900</time>
- <delay>000000</delay>
- <day>1,2,3,4,5,6,7</day>
- <loop>0</loop>
- <cmd>say -1 Attention : Restart du serveur dans 1 minute</cmd>
- <cmdtype>0</cmdtype>
- </job>
- </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment