-
Content Count
70 -
Joined
-
Last visited
Everything posted by =UN= Square
-
I'd rather not do that as that also resets the scheduler, which means the server wont restart when it should. I was hoping there was something I could add to the scheduler that would reload the whitelist every x minutes.
-
=UN= Community Server | RP Encouraged | Private Hive
=UN= Square replied to =UN= Square's topic in Server Advertisement
Server 2 is now whitelisted. To apply for white listing please Apply Here and provide the required details -
Admins will be getting these logs shortly " Admin Logs, covering: Connections/Disconnections, Chat, Player Deaths (Env & PvP)"- from this weeks status report
-
Type / then use page up to view the user list
-
If you're running a private server you should already have this, I know I do.
-
=UN= Community Server | RP Encouraged | Private Hive
=UN= Square replied to =UN= Square's topic in Server Advertisement
We don't negotiate with terrorists -
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.
-
Do you have Persistence turned on or off?
=UN= Square replied to The Riddler (DayZ)'s topic in Servers
Have persistence currently enabled on both our public and private servers and have found that some areas are spawning enough loot to gear an army and other areas have nothing. I found over 60 guns in one small area of Rify. Will probably bring up disabling it for now with my clan. Also according to recent server messages you'll need to pick up tents before maintenance on Wednesdays, which I assume means they're going to wipe servers on Wednesdays which defeats the purpose of having persistence in the first place. -
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>