Scheduler is working fine, it's the commands.xml that I believe is causing the issue. I'll post what I have: <?xml version="1.0"?>-<BeCommands><!-- Define Ingame Commands name : The name you want to call your command! group : The premission level needed to execute the command! cmd : The Rcon command. Root command. arguments are not passed here! time : leave empty except for ban commands! text : Used as reason for kick/ban commands. but also to set default value for maxping command desc : Used to describe the command. will be used in the help system --><!-- Generel Server Commands. --><command id="0"><name>!sht</name><group>0</group><cmd> #shutdown</cmd><time/><text/><desc>INFO :: Shutdowns the dedicated arma server</desc></command><command id="1"><name>!res</name><group>4</group><cmd># restart</cmd><time/><text/><desc>INFO :: Restart mission with current player slot selection</desc></command><command id="2"><name>!lck</name><group>1</group><cmd># lock</cmd><time/><text/><desc>INFO :: Locks the Server. No one will be able to join.</desc></command><command id="3"><name>!ulck</name><group>1</group><cmd># unlock</cmd><time/><text/><desc>INFO :: Unlocks the Server.</desc></command><command id="4"><name>!mp</name><group>0</group><cmd> maxping</cmd><time/><text>500</text><desc>INFO :: Set a maxping limit on the server.</desc></command><!-- Ban Commands. the text field in ban has a spesial "placeholder" _time_ ,when used it will show timenow+bantime. also ther is a _name_ placeholder to show which admin did the ban. _name_ will also work for kick commands. --><command id="5"><name>!bpl</name><group>1</group><cmd> ban</cmd><time>0</time><text>Decision made by admin _name_</text><desc>INFO :: Perm Ban a player.</desc></command><command id="6"><name>!btk</name><group>2</group><cmd>ban</cmd><time>60</time><text>Teamkilling not tolerated! Banned by admin _name_ ,You are banned until _time_</text><desc>INFO :: Ban a player for 1 hour.</desc></command><!-- 10 Min Ban --><command id="7"><name>!bst</name><group>3</group><cmd>ban</cmd><time>10</time><text>Idiot behavior belongs elsewhere! Banned by admin _name_ ,You are banned until _time_</text><desc>INFO :: Ban a player for 10 min.</desc></command><command id="8"><name>!kpl</name><group>3</group><cmd> kick</cmd><time/><text>Decision made by admin _name_!</text><desc>INFO :: Kick a player.</desc></command><command id="9"><name>!bid</name><group>1</group><cmd> bid</cmd><time>0</time><text>Admins Decision!</text><desc>INFO :: Kick a player based on the BEID. use #Beclient players to get he id number</desc></command><command id="10"><name>!kid</name><group>3</group><cmd> kid</cmd><time/><text>Admins Decision!</text><desc>INFO :: Kick a player based on the PID. use #userlist to find the pid</desc></command><command id="11"><name>!wrn</name><group>3</group><cmd> warn</cmd><time/><text>This is a Warning given by admin _name_</text><desc>INFO :: Send a warming to a player, it will increase the warncount defined in the config file</desc></command><command id="12"><name>!ata</name><group>0</group><cmd> grant</cmd><time/><text>4</text><desc>INFO :: Add a temporary admin</desc></command><command id="13"><name>!rta</name><group>0</group><cmd> degrant</cmd><time/><text/><desc>INFO :: Remove temporary admin.</desc></command><command id="14"><name>!mr</name><group>0</group><cmd> makeroom</cmd><time/><text>Making Room For Members</text><desc>INFO :: Kick X numbers of player based on join time. last joined players will get kicked.</desc></command><command id="15"><name>!help</name><group>3</group><cmd> help</cmd><time/><text/><desc>INFO :: Show this message</desc></command><command id="16"><name>!pinf</name><group>3</group><cmd> pinfo</cmd><time/><text/><desc>INFO :: Show player info. Beid and join time</desc></command><command id="17"><name>!ainf</name><group>3</group><cmd> ainfo</cmd><time/><text/><desc>INFO :: Show Admins online</desc></command><command id="18"><name>!say</name><group>3</group><cmd> say</cmd><time/><text/><desc>INFO :: Send a Battleye message to all players. !say text or send a private massage !say name !text</desc></command><command id="19"><name>!upt</name><group>10</group><cmd> uptime</cmd><time/><text/><desc>INFO :: Show server uptime</desc></command><command id="20"><name>!raf</name><group>0</group><cmd> loadadmins</cmd><time/><desc>INFO :: Reloade the admin xml file</desc></command><command id="21"><name>!rcf</name><group>0</group><cmd> loadcommands</cmd><time/><desc>INFO :: Reloade the command xml file</desc></command></BeCommands>