Jump to content
Sign in to follow this  
sr matrix

Dayz Server + Battleye Extended Controls (BEC)

Recommended Posts

in my server panel (BEC) is working, how to make the reboot messages appear online

BEC.webp

Share this post


Link to post
Share on other sites
Spoiler
7 hours ago, sr matrix said:

in my server panel (BEC) is working, how to make the reboot messages appear online

BEC.webp

 

Hey there. You made a mistake.

1st let me see your's "Scheduler.xml"
2nd let me understand how you want to make this messages (shown by specific time for example at 6 pm by your server time or each 6 hours since server was started).

 

But I'll give you few ideas how to make a messages.

  1. All records in "Scheduler.xml" must have unique Job ID.
  2. 1-st Job must be a "loadbans" function
Spoiler

<?xml version="1.0"?>
<Scheduler>
	<job id="1">
		<time>000100</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>loadbans</cmd>
		<cmdtype>0</cmdtype>
	</job>
</Scheduler>

 

 

3.If you want use real server time then you must set up in this way:

Spoiler

<job id="2">
	<time>23:30:00</time>
	<delay>000000</delay>
	<day>1,2,3,4,5,6,7</day>
	<loop>0</loop>
	<cmd>say -1 30 minutes untill restart of the server.</cmd>
	<cmdtype>0</cmdtype>
</job>

 

Where: 

<time> -> Real server time in 24 hrs format. (hh:mm:ss)
<delay> -> don't care
<day> -> day of week (if set from 1 to 7 = every day)
<loop> -> is message must be looped.
<cmd> -> Command for execute
<cmdtype> -> Level of command.

I hope that you everything understand in my message.
I'm sorry for my bad English.

 

Share this post


Link to post
Share on other sites
1 hour ago, sr matrix said:

yes the config Scheduler.xml it work and restart the server in hours defined, the messages no appear inside for the server in play

https://steamcommunity.com/profiles/76561198100198532/screenshots/?appid=0&amp;sort=newestfirst&amp;browsefilter=myfiles&amp;view=imagewall&amp;privacy=14

WELCOME TO BUG!

Try reenable HUD by holding ~ key. If your HUD is off you not get any message from server even from Battleye. But I guess ads about maintenance you will see )

Share this post


Link to post
Share on other sites

A better alternative is to use OmegaManager to create and manage your server and then you can get messages in that. Google and you'll find a link.

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  

×