Jump to content
Sign in to follow this  
=UN= Square

BEC Controls on Private server not working

Recommended Posts

Apologies if this is the wrong place to post this.

I'm an admin of a private server on DayZ: SA. I've configured the Admins.xml and the Commands.xml. When I or any of the other admins join the server it recognises that an admin has logged in and what admin group they belong to, but none of the BEC commands work when we try them. Don't know what's wrong as the admins.xml and the commands.xml both appear to be correct.

Share this post


Link to post
Share on other sites

Can you post your files here for us to look at? I just spent some time re-writing my schedule for a public server and finally got everything working the way I want with regards to jobs in the schedule. 

 

Keep in mind as of 10/10/2014 - BEC updated the formatting of the scheduler. Below is the message we received from our provider (fragnet)

 

 

 

Your BEC is being updated, please note that the new version is using new tags for the scheduler:
http://ibattle.org/install-and-configure/setting-up-the-scheduler/

So if you wish to schedule an event to start after an hour and to repeat 5 times every 30 minutes after the first trigger you should use the following:
<start>010000</start>
<runtime>003000</runtime>
<loop>5</loop>

Share this post


Link to post
Share on other sites

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>

Share this post


Link to post
Share on other sites

Ah ok. Sorry I can't help with that part of it. My provider was very helpful in helping us sort out our scheduler issues. You might want to see if they can help you here since you're paying for the server. 

 

Best of luck and maybe somebody else can chime in here to help....

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×