Jump to content
  • 0

oSoDirty

Question

It seems as BEC is running properly aside from no messages or restarts. I have no errors. It logs chat and i get the super admin- osodirty connected message.

i have tried running with admin priv. as well.

 

my sceduler.xml

<?xml version="1.0"?>

<Scheduler>

<!-- this job..well..it better do its fucking job -->
<job id="0">
    <day>1,2,3,4,5,6,7</day>
    <start>23:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="1">
    <day>1,2,3,4,5,6,7</day>
    <start>23:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="2">
    <day>1,2,3,4,5,6,7</day>
    <start>23:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="3">
    <day>1,2,3,4,5,6,7</day>
    <start>23:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="4">
    <day>1,2,3,4,5,6,7</day>
    <start>02:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="5">
    <day>1,2,3,4,5,6,7</day>
    <start>02:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="6">
    <day>1,2,3,4,5,6,7</day>
    <start>02:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="7">
    <day>1,2,3,4,5,6,7</day>
    <start>02:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="8">
    <day>1,2,3,4,5,6,7</day>
    <start>05:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="9">
    <day>1,2,3,4,5,6,7</day>
    <start>05:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="10">
    <day>1,2,3,4,5,6,7</day>
    <start>05:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="11">
    <day>1,2,3,4,5,6,7</day>
    <start>05:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="12">
    <day>1,2,3,4,5,6,7</day>
    <start>08:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="13">
    <day>1,2,3,4,5,6,7</day>
    <start>08:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="14">
    <day>1,2,3,4,5,6,7</day>
    <start>08:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="15">
    <day>1,2,3,4,5,6,7</day>
    <start>08:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="16">
    <day>1,2,3,4,5,6,7</day>
    <start>11:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="17">
    <day>1,2,3,4,5,6,7</day>
    <start>11:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="18">
    <day>1,2,3,4,5,6,7</day>
    <start>11:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="19">
    <day>1,2,3,4,5,6,7</day>
    <start>11:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="20">
    <day>1,2,3,4,5,6,7</day>
    <start>14:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="21">
    <day>1,2,3,4,5,6,7</day>
    <start>14:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="22">
    <day>1,2,3,4,5,6,7</day>
    <start>14:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="24">
    <day>1,2,3,4,5,6,7</day>
    <start>14:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="25">
    <day>1,2,3,4,5,6,7</day>
    <start>17:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="26">
    <day>1,2,3,4,5,6,7</day>
    <start>17:59:00</start>
    <runtime0>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="27">
    <day>1,2,3,4,5,6,7</day>
    <start>17:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="28">
    <day>1,2,3,4,5,6,7</day>
    <start>17:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="29">
    <day>1,2,3,4,5,6,7</day>
    <start>20:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="30">
    <day>1,2,3,4,5,6,7</day>
    <start>20:59:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 01 minute</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="31">
    <day>1,2,3,4,5,6,7</day>
    <start>20:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="32">
    <day>1,2,3,4,5,6,7</day>
    <start>20:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="33">
    <day>1,2,3,4,5,6,7</day>
    <start>00:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="34">
    <day>1,2,3,4,5,6,7</day>
    <start>03:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="35">
    <day>1,2,3,4,5,6,7</day>
    <start>06:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="36">
    <day>1,2,3,4,5,6,7</day>
    <start>09:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="37">
    <day>1,2,3,4,5,6,7</day>
    <start>12:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="38">
    <day>1,2,3,4,5,6,7</day>
    <start>15:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="39">
    <day>1,2,3,4,5,6,7</day>
    <start>18:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="40">
    <day>1,2,3,4,5,6,7</day>
    <start>21:00:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>#shutdown</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="41">
    <day>1,2,3,4,5,6,7</day>
    <start>003000</start> 
    <runtime>001510</runtime>
    <loop>1</loop> 
    <cmd>say -1 Head over to our forums at: forum.chernarusmilitia.com!</cmd>                  
</job>
	
<!-- this job..well..it better do its fucking job -->
<job id="42">
    <day>1,2,3,4,5,6,7</day>
    <start>003000</start> 
    <runtime>000010</runtime>
    <loop>1</loop> 
    <cmd>say -1 Teamspeak: chernarusmilitia.teamspeak3.com:6729</cmd>                   
</job>

<!-- this job..well..it better do its fucking job -->
<job id="43">
    <day>1,2,3,4,5,6,7</day>
    <start>023020</start> 
    <runtime>000000</runtime>
    <loop>1</loop> 
    <cmd>say -1 Make sure to log out several minutes before restart to avoid any inventory losses</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="44">
    <day>1,2,3,4,5,6,7</day>
    <start>003000</start>
    <runtime>000511</runtime>
    <loop>1</loop>
    <cmd>say -1 Server restarts every 3 hours starting at 12am EST(-5)</cmd>   
</job>

<!-- this job..well..it better do its fucking job -->
<job id="45">
    <day>1,2,3,4,5,6,7</day>
    <start>000500</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 BEC is Working!</cmd>    
</job>

</Scheduler>

 

am i missing something? thanks in advance.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
<!-- this job..well..it better do its fucking job -->
<job id="22">
    <day>1,2,3,4,5,6,7</day>
    <start>14:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="24">
    <day>1,2,3,4,5,6,7</day>
    <start>14:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="25">
    <day>1,2,3,4,5,6,7</day>
    <start>17:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

No job #23 mate. If you check your BEC error log it will pretty much tell you exactly what the issue is. Renumber those and you should be good to go.

Link to comment
Share on other sites

  • 0
<!-- this job..well..it better do its fucking job -->
<job id="22">
    <day>1,2,3,4,5,6,7</day>
    <start>14:30:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 30 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="24">
    <day>1,2,3,4,5,6,7</day>
    <start>14:45:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 15 minutes</cmd>    
</job>

<!-- this job..well..it better do its fucking job -->
<job id="25">
    <day>1,2,3,4,5,6,7</day>
    <start>17:55:00</start>
    <runtime>000000</runtime>
    <loop>0</loop>
    <cmd>say -1 Restart in 05 minutes</cmd>    
</job>

No job #23 mate. If you check your BEC error log it will pretty much tell you exactly what the issue is. Renumber those and you should be good to go.

 

 IM AN IDIOT! no clue how i deleted a job while converting to new format  XD   and for whatever reason no errors were showing. time to try again. thanks!

Link to comment
Share on other sites

  • 0

still no luck, i havent done anything to commands.xml at all and im running it through command like so   bec.exe -f config.cfg.

 

my public server is hosted and bec was preconfigured. but the commands xml is pretty much empty so im not sure what i need to do if anything

 

the hosted commands.xml looks like this (its a previous version, not sure if it matters)

<?xml version="1.0"?>
<!-- GENERATED AUTOMATICALLY BY VERT HOSTING -->
<BeCommands>

    <!-- See: http://ibattle.org/install-and-configure/define-commands/ -->

</BeCommands>

and the test server im trying to get it working on's commands.xml looks like this

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- 

	This file is only provided as an example file and might not sute your needs/demands/taste. 
	Web Doc : http://www.ibattle.org/install-and-configure/define-commands/

	Define Ingame Commands
	name  : The name you want to call your command!. DO NOT START YOUR NAME WITH #
	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 values for maxping command if no argument are given on the chat line!
	desc  : Used to describe the command. will be used in the help system
	
	###############################################################################################################################
	Note: keep id=  in order for your "<command id=X>" block. else parsing the file will cause errors. 1st command starts with 0
	Note: Do not start you command with # since its used by the game engine.
	Note: group number 100 is for public use. be carefull.. all players may execute commands set in group 100.
	###############################################################################################################################
	
	Supported commands in the <cmd> </cmd> tag are:
	########################
	# Arma server commands
	########################

	#Missions
	#Mission 
	#Reassign
	#Restart
	#Shutdown
	#Lock
	#Unlock
	
	########################
	# Be commands.
	########################
	kick
	ban
	maxping
	say
	
	########################
	# Bec commands
	########################
	kid |___. same as kick and ban but. used beid insetead of names: !kid 0, !bid 3 , Use "#beclient players" to get hold of the Id. DO NOT USE "#USERLIST" thats a diffrent thing.
	bid |
	grant
	degrant
	warn
	makeroom
	help
	pinfo
	ainfo
	uptime
	external
	loadadmins
	loadcommands

	
	########################################################################
	# Commands that can be set to group 100 for public use are:
	########################################################################
	help
	uptime
	pinfo
	ainfo

	
-->

<BeCommands>	
	
	<!-- Shutdown the server. -->
	<command id="0">
		<name>!sht</name>
		<group>1</group>
		<cmd>#shutdown</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: [!sht] or [!sht N] or [!sht info] or [!sht abort] :: INFO -> Shutdowns the dedicated arma server. use: !sht N, to set a timeout in Seconds before shutdown, !sht abort, to abort current shutdown, !sht info, to see how long left.</desc>
	</command>
	
	<!-- Mission selection meny. Note ingame ArmA Admin should be loged in before using this. -->
	<command id="1">
		<name>!mis</name>
		<group>1</group>
		<cmd>#missions</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !mis :: INFO -> Show mission. Carefull with this command. an admin should be logged in with the arma inerface. #login or gui if this is to be used</desc>
	</command>	
	
	<!-- Restart mission. -->
	<command id="2">
		<name>!res</name>
		<group>4</group>
		<cmd>#restart</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !res :: INFO -> Restart mission with current player slot selection</desc>
	</command>	
	
	<!-- Reassing the mission. -->
	<command id="3">
		<name>!rea</name>
		<group>4</group>
		<cmd>#reassign</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !rea :: INFO -> Restart the mission with new player slot selection</desc>
	</command>		
	
	<!-- Lock the server. -->
	<command id="4">
		<name>!lck</name>
		<group>3</group>
		<cmd>#lock</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !lck :: INFO -> Locks the server. No one will be able to join.</desc>
	</command>	

	<!-- Unlock the server. -->
	<command id="5">
		<name>!ulck</name>
		<group>3</group>
		<cmd>#unlock</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !ulck :: INFO -> Unlocks the Server.</desc>
	</command>
	
	<!-- Change maxping. -->
	<command id="6">
		<name>!mp</name>
		<group>3</group>
		<cmd>maxping</cmd>
		<time></time>
		<text>150</text>
		<desc>USAGE :: [!mp] or [!mp N] :: INFO -> Set a maxping limit on the server. N is the value in milliseconds, default = 150</desc>
	</command>		
	
	<!-- Change mission. -->
	<command id="7">
		<name>!cm</name>
		<group>4</group>
		<cmd>#mission</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !cm mission filename  :: INFO -> Change Mission. you need to know the filename but exclude the pbo extension.</desc>
	</command>	
	

	<!-- Permban -->
	<command id="8">
		<name>!bpl</name>
		<group>0</group>
		<cmd>ban</cmd>
		<time>0</time>
		<text>You have been given a perm ban by : _name_</text>
		<desc>USAGE :: !bpl name :: INFO -> Perm Ban a player.</desc>
	</command>	
	
	<!-- 1 Hour Ban -->
	<command id="9">
		<name>!btk</name>
		<group>1</group>
		<cmd>ban</cmd>
		<time>60</time>
		<text>TeamKill Not Allowed! Ban given by _name_ : You are banned until: _time_</text>
		<desc>USAGE :: !btk name :: INFO -> Ban a player for 1 hour.</desc>
	</command>	
	
	<!-- 10 Min Ban -->
	<command id="10">
		<name>!bst</name>
		<group>2</group>
		<cmd>ban</cmd>
		<time>10</time>
		<text>Idiot behavior belongs elsewhere! Ban given by _name_ : You are banned until: _time_</text>
		<desc>USAGE :: !bst name :: INFO -> Ban a player for 10 min.</desc>
	</command>	
	
	<!-- Kick Command(s).-->
	<command id="11">
		<name>!kpl</name>
		<group>3</group>
		<cmd>kick</cmd>
		<time></time>
		<text>Decision By Admin: _name_</text>
		<desc>USAGE :: !kpl name :: INFO -> Kick a player.</desc>
	</command>

	<!-- 
		Note: Spesial Custom Commands is used with #beclient players to get players id
		this can be usefull if you need to kick example a russian named player. "if you dont know how to type in cyrillic"
		example: #beclient players ... !bid 15
		bid and kid does not support the _name_ placeholder
	-->
	
	<!-- Ban based on BeId -->
	<command id="12">
		<name>!bid</name>
		<group>0</group>
		<cmd>bid</cmd>
		<time>0</time>
		<text>Admins Decision!</text>
		<desc>USAGE :: !bid id :: INFO -> Kick a player based on the BEID. use #Beclient players to get the id.</desc>
	</command>
	
	<!-- Kick based on BeId -->
	<command id="13">
		<name>!kid</name>
		<group>1</group>
		<cmd>kid</cmd>
		<time></time>
		<text>Admins Decision!</text>
		<desc>USAGE :: !kid id :: INFO -> Kick a player based on the BEID. use #Beclient players to find the id.</desc>		
	</command>		

	
	<!-- 
		Give a warning to a player
		The warning parameter in the config file must be higher than 0 for this to have any effect.
	-->
	<command id="14">
		<name>!wrn</name>
		<group>3</group>
		<cmd>warn</cmd>
		<time></time>
		<text>This is a Warning given by admin: _name_</text>
		<desc>USAGE :: !wrn name :: INFO -> Send a warning to a player, it will increase the warncount if defined in the config file.</desc>
	</command>
	
	<!-- 
		Grant a player tmp admin premissions
		You set the group level of the tmp admin in the <text> tag.
	-->
	<command id="15">
		<name>!ata</name>
		<group>2</group>
		<cmd>grant</cmd>
		<time></time>
		<text>4</text>
		<desc>USAGE :: !ata name :: INFO -> Add a temporary admin into group 4.</desc>
	</command>
	
	<!-- Remove tmp admin permission -->
	<command id="16">
		<name>!rta</name>
		<group>2</group>
		<cmd>degrant</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !rta name :: INFO -> Remove temporary admin.</desc>		
	</command>	

	<!-- Make room for a player, kick last player who joined. --> 
	<command id="17">
		<name>!mr</name>
		<group>2</group>
		<cmd>makeroom</cmd>
		<time></time>
		<text>Making Room For Members</text>
		<desc>USAGE :: !mr N :: INFO -> Kick N numbers of player based on join time. last joined players will get kicked.</desc>
	</command>		

	<!-- Show basic help info -->
	<command id="18">
		<name>!help</name>
		<group>100</group>
		<cmd>help</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: [!help] or [!help !command] :: INFO -> Use help to show availeble commands.</desc>
	</command>
	
	<!-- Show basic player info -->
	<command id="19">
		<name>!pinf</name>
		<group>100</group>
		<cmd>pinfo</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !pinf name :: INFO -> Show player info. Beid and join time.</desc>
	</command>
	
	<!-- Show admins online -->
	<command id="20">
		<name>!ainf</name>
		<group>100</group>
		<cmd>ainfo</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !ainf :: INFO -> Show Admins online.</desc>
	</command>

	<!-- Show server uptime -->
	<command id="21">
		<name>!upt</name>
		<group>100</group>
		<cmd>uptime</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !upt :: INFO -> Show Server Uptime.</desc>
	</command>	
	
	<!-- Say something in global or to a player -->
	<command id="22">
		<name>!say</name>
		<group>10</group>
		<cmd>say</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: [!say Hello] or [!say name !Hello] :: INFO -> Send a Battleye message player(s).</desc>
	</command>
	
	<!-- Reloade the admin file -->
	<command id="23">
		<name>!raf</name>
		<group>0</group>
		<cmd>loadadmins</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !raf :: INFO -> Reloade the admin file.</desc>
	</command>		

	<!-- Reloade the command file -->
	<command id="24">
		<name>!rcf</name>
		<group>0</group>
		<cmd>loadcommands</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !rcf :: INFO -> Reloade the command file.</desc>
	</command>
	
	<!-- Show server time -->
	<command id="25">
		<name>!time</name>
		<group>0</group>
		<cmd>systime</cmd>
		<time></time>
		<text></text>
		<desc>USAGE :: !time :: INFO -> Show server time.</desc>
	</command>	

	<!-- External scripts -->
	<command id="26">
		<name>!math</name>
		<group>2</group>
		<cmd>external</cmd>
		<time></time>
		<text>Config\Script_Example.bat</text>
		<desc>USAGE :: !math Int+Int :: INFO -> Do simple bat math!.</desc>
	</command>


</BeCommands>

Link to comment
Share on other sites

  • 0

<Scheduler>
 
        <job id='0'>
                 <day>1,2,3,4,5,6,7</day>
                 <start>000100</start>
                 <runtime>002000</runtime>
                 <loop>-1</loop>
                 <cmd>say -1 Right click your GPS to set view distance, your toolbox to build a bike and scroll for server rules.</cmd>
        </job>
 
        <job id='1'>
                 <day>1,2,3,4,5,6,7</day>
                 <start>000130</start>
                 <runtime>002500</runtime>
                 <loop>-1</loop>
                 <cmd>say -1 This server restarts every 4 hours, with warnings at 15mins and 5mins.</cmd>
        </job>
 
        <job id='2'>
         <day>1,2,3,4,5,6,7</day>
         <start>000200</start>
         <runtime>003000</runtime>
         <loop>-1</loop>
         <cmd>say -1 Legitimate base raiding IS allowed, however glitching into a base will get you banned!</cmd>
     </job>
 
        <job id='3'>
         <day>1,2,3,4,5,6,7</day>
         <start>000230</start>
         <runtime>003500</runtime>
         <loop>-1</loop>
         <cmd>say -1 To avoid tears, you MUST Scroll "MAINTAIN" on your plotpole AT LEAST once every 14 days, or your base will disappear.</cmd>
     </job>
 
        <job id='4'>
         <day>1,2,3,4,5,6,7</day>
         <start>000300</start>
         <runtime>004000</runtime>
         <loop>-1</loop>
         <cmd>say -1 Vehicles left in Trader City vehicle spawn areas will be deleted. You have been warned!</cmd>
     </job>
 
        <job id='5'>
         <day>1,2,3,4,5,6,7</day>
         <start>000330</start>
         <runtime>004500</runtime>
         <loop>-1</loop>
         <cmd>say -1 Welcome to the madhouse</cmd>
     </job>
 
<job id="6">
<day>1,2,3,4,5,6,7</day>
                <start>03:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd>
</job>
 
        <job id="7">
<day>1,2,3,4,5,6,7</day>
                <start>03:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>#lock</cmd> 
</job>
 
        <job id="8">
<day>1,2,3,4,5,6,7</day>
                <start>03:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 mins. Logout NOW to avoid data loss.</cmd> 
</job>
 
<job id="9">
<day>1,2,3,4,5,6,7</day>
                <start>04:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd> 
</job>
 
        <job id="10">
<day>1,2,3,4,5,6,7</day>
                <start>07:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd> 
</job>
 
        <job id="11">
<day>1,2,3,4,5,6,7</day>
                <start>07:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#lock</cmd> 
</job>
 
        <job id="12">
<day>1,2,3,4,5,6,7</day>
                <start>07:55:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 mins. Log out NOW to avoid data loss.</cmd> 
</job>
 
<job id="13">
<day>1,2,3,4,5,6,7</day>
                <start>08:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd> 
</job>
 
        <job id="14">
<day>1,2,3,4,5,6,7</day>
                <start>11:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd> 
</job>
 
        <job id="15">
<day>1,2,3,4,5,6,7</day>
                <start>11:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>#lock</cmd> 
</job>
 
        <job id="16">
<day>1,2,3,4,5,6,7</day>
                <start>11:55:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 mins. Log out NOW to avoid data loss.</cmd> 
</job>
 
<job id="17">
<day>1,2,3,4,5,6,7</day>
                <start>12:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd> 
</job> 
 
        <job id="18">
<day>1,2,3,4,5,6,7</day>
                <start>15:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd> 
</job>
 
        <job id="19">
<day>1,2,3,4,5,6,7</day>
                <start>15:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#lock</cmd> 
</job>
        
        <job id="20">
<day>1,2,3,4,5,6,7</day>
                <start>15:55:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 mins. Log out NOW to avoid data loss.</cmd> 
</job>
 
<job id="21">
<day>1,2,3,4,5,6,7</day>
                <start>16:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd>
        </job>
 
        <job id="22">
<day>1,2,3,4,5,6,7</day>
                <start>19:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd> 
</job>
 
        <job id="23">
<day>1,2,3,4,5,6,7</day>
                <start>19:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#lock</cmd> 
</job>
 
        <job id="24">
<day>1,2,3,4,5,6,7</day>
                <start>19:55:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>say -1 This server will restart in 5 mins. Log out NOW to avoid data loss.</cmd> 
</job>
 
        <job id="25">
<day>1,2,3,4,5,6,7</day>
                <start>20:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd>
        </job>
 
        <job id="26">
<day>1,2,3,4,5,6,7</day>
                <start>23:45:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>say -1 This server will restart in 15 mins. Find somewhere safe to log out.</cmd> 
</job>
 
        <job id="27">
<day>1,2,3,4,5,6,7</day>
                <start>23:50:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#lock</cmd> 
</job>
 
        <job id="28">
<day>1,2,3,4,5,6,7</day>
                <start>23:55:00</start>
                <runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 mins. Log out NOW to avoid data loss.</cmd> 
</job>
 
        <job id="29">
<day>1,2,3,4,5,6,7</day>
                <start>00:00:00</start>
                <runtime>000000</runtime>
<loop>0</loop> 
<cmd>#shutdown</cmd>
        </job>
 
        
</Scheduler>

 

That's mine mate, if it helps ... 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...