No Automated Server Restart Messages

everyday44

New Member
As the title says, I cannot get the Automated server restart messages to pop up through BEC.
My Scheduler.xml:

<?xml version="1.0"?>
<Scheduler>

<job id="0">
<time>013000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 30 mins</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="1">
<time>014500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 mins</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="2">
<time>015000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 mins</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="3">
<time>015500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 mins</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="4">
<time>015900</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 1 min</cmd>
<cmdtype>0</cmdtype>
</job>

</Scheduler>


And Below is a BEC Error Log I found and I have no idea what it means.

01:00:09 : Config Error : ConsoleHeight must be set a number, using height 55.
01:00:09 : Config Error : ConsoleWidth must be set to a number, using width 110
03:00:09 : Config Error : ConsoleHeight must be set a number, using height 55.
03:00:09 : Config Error : ConsoleWidth must be set to a number, using width 110
05:00:16 : Config Error : ConsoleHeight must be set a number, using height 55.
05:00:16 : Config Error : ConsoleWidth must be set to a number, using width 110
07:00:09 : Config Error : ConsoleHeight must be set a number, using height 55.
07:00:09 : Config Error : ConsoleWidth must be set to a number, using width 110
09:00:12 : Config Error : ConsoleHeight must be set a number, using height 55.
09:00:12 : Config Error : ConsoleWidth must be set to a number, using width 110
11:00:07 : Config Error : ConsoleHeight must be set a number, using height 55.
11:00:07 : Config Error : ConsoleWidth must be set to a number, using width 110
13:00:10 : Config Error : ConsoleHeight must be set a number, using height 55.
13:00:10 : Config Error : ConsoleWidth must be set to a number, using width 110
15:00:06 : Config Error : ConsoleHeight must be set a number, using height 55.
15:00:06 : Config Error : ConsoleWidth must be set to a number, using width 110
17:00:14 : Config Error : ConsoleHeight must be set a number, using height 55.
17:00:14 : Config Error : ConsoleWidth must be set to a number, using width 110
19:00:08 : Config Error : ConsoleHeight must be set a number, using height 55.
19:00:08 : Config Error : ConsoleWidth must be set to a number, using width 110
 
I don't have those options to

#GENERATED AUTOMATICALLY BY VERT HOSTING
[Bec]
Ip = 162.223.29.138
Port = 2432
BePath = C:\TCAFiles\Users\AlexL\829\Bliss\BattlEye
Admins = Admins.xml
Commands = Commands.xml
LogDir = Server1

[Misc]
Scheduler = Scheduler.xml
AsciiChatOnly = True
IgnoreChatChars = �����
ConsoleColor = 1f
Timeout = 20
KickLobbyIdlers = 500
 
I don't have those options to

#GENERATED AUTOMATICALLY BY VERT HOSTING
[Bec]
Ip = 162.223.29.138
Port = 2432
BePath = C:\TCAFiles\Users\AlexL\829\Bliss\BattlEye
Admins = Admins.xml
Commands = Commands.xml
LogDir = Server1

[Misc]
Scheduler = Scheduler.xml
AsciiChatOnly = True
IgnoreChatChars = �����
ConsoleColor = 1f
Timeout = 20
KickLobbyIdlers = 500
Thats weird, I would sent a support ticket in asking if they can make sure its adjusted right or try to re install bec.
 
Back
Top