Jump to content

jaybuk

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About jaybuk

  • Rank
    Newbie
  1. Hi any help would be brilliant, my server is a Bliss Private have got Hosts to install BEC but does not seem to be working have read the install info but guess am missing something (am a noob) What I want from BEC is to schedule re-starts with 10/5/2/1 min warning @ 4am, log chat channels, ban some nicknames, warn Global chat This is what they have set up for me ...................BEC config files are in ROOT:\Bliss\Battleye\config MY config [bec] Ip = XXX.XXX.XXX.XXX Port = 2382 BePath = C:\TCAFiles\Users\JasonBaldwin\17\Bliss\BattlEye should this not Root:\Bliss\batteye where BEServer.cfg is?? Admins = Admins.xml Commands = Commands.xml LogDir = Bliss (no log files are being generated) [Misc] AsciiChatOnly = True IgnoreChatChars = ����� NickFilterFile = BadNames.txt Color = 1f Timeout = 60 KickLobbyIdlers = 300 Scheduler = Scheduler.xml MaxPlayerNameLength = 16 DisallowPlayerNameChars = [](){}<>/\^�|�!"'#�%&@�$� ChatChannelFiles = true [ChatRestriction] Global = 5 My Schedule file 4am restart file in in config dir <?xml version="1.0"?> <Scheduler> <!-- INTERNAL COMMANDS --> <job id="0"> <time>03:50</time> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 10 min</cmd> <cmdtype>0</cmdtype> </job> <job id="1"> <time>03:55</time> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 5 min</cmd> <cmdtype>0</cmdtype> </job> <job id="2"> <time>03:58</time> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 2 min</cmd> <cmdtype>0</cmdtype> </job> <job id="3"> <time>03:59</time> <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> <job id="4"> <time>04:00</time> <!-- run at 12'o Clock --> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#restart</cmd> <cmdtype>0</cmdtype> </job> </Scheduler>
×