Jump to content
Monosof

Consoles - Server Config

Recommended Posts

Hello. I was wondering about posting messages in my server with Nitrado on consoles.

It is entirely new to me, I was wondering how to send a Repeat message.

This is what I see in Nitrado's config settings but I am not sure how to go about editing this properly.

Any help would be appreciated. Thanks.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>
<!--
See https://community.bistudio.com/wiki/DayZ:Server_Messages for more information
    
Example messages:
    
1) following message will be displayed to every player in countdown manner
    and shuts down server in 10 hours from its start

    <message>
        <deadline>600</deadline>
        <shutdown>1</shutdown>
        <text>This server (#name) will shutdown in #tmin minutes.</text>
    </message>
 
 
2) following message will be displayed every 15 minutes to every player

    <message>
        <repeat>15</repeat>
        <text>You're playing on my server (#name). Thank you .)</text>
    </message>
 
 
3) following message will be displayed every 50 minutes to every player
    and 10 minutes after player connect
        
    <message>
        <delay>10</delay>
        <repeat>50</repeat>
        <onconnect>1</onconnect>
        <text>Check our web page at www.dayz.com</text>
    </message>
 
 
4) following message will be displayed once
    and 2 minutes after player connect
    
    <message>
        <delay>2</delay>
        <onconnect>1</onconnect>
        <text>Welcome to my server #name</text>
    </message>
    -->
    
</messages>

Share this post


Link to post
Share on other sites

Hey, I was looking to get a DayZ server for my PS4 are they any good?  

 

Plus with that code you have it won't repeat message but only do them at the server restart time. You would need to use server messages and put something that looks like this:

 

20:00:00~This is DayZ~loop-1
20:0010~This is (server name ) we hope you have fun and~loop-2
20:30:00~Please report all bugs or problems on discord~loop-4
20:30:00~Server will restart in 30 mins~loop-4
20:45:00~Server will restart in 15 mins~loop-4
20:55:00~Server will restart in 5 mins~loop-4

But I am not sure if you can do this on your control panel. 

Share this post


Link to post
Share on other sites
14 minutes ago, Siva Saravanan said:

my message.xml not working poor support from dayz to give us details

If its your message.xml that is not working then it has nothing to do with the guys from dayz but who ever your server host is by. 

  • Beans 1

Share this post


Link to post
Share on other sites

Chris, does it work on your server? If yes will be great if you can share settings

but if you do not have a server the shuush

Share this post


Link to post
Share on other sites
On 8/11/2019 at 7:17 PM, Siva Saravanan said:

Chris, does it work on your server? If yes will be great if you can share settings

but if you do not have a server the shuush

Only trying to help, is that not why we all here? Help the community? 

Share this post


Link to post
Share on other sites

Problem solved thanks to Siva Saravanan. 

In the following....

Best to edited this with Notepad++

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

<messages>

 

See https://community.bistudio.com/wiki/DayZ:Server_Messages for more information

Example messages:

    

1) following message will be displayed to every player in countdown manner

    and shuts down server in 6 hours from its start

 

    <message>

        <deadline>360</deadline>

        <shutdown>1</shutdown>

        <text>This server DOPE will Restart every 6 hours.</text>

    </message>

 

1a)

    <message>

        <deadline>345</deadline>

        <text>This server will restart in 15 minutes</text>                             

    </message>

    <message>

        <deadline>350</deadline>

        <text>This server will restart in 10 minutes</text>                                   

    </message>

    <message>

        <deadline>355</deadline>

        <text>This server will restart in 5 minutes</text>                                   

    </message>

 

 

2) following message will be displayed every 15 minutes to every player

 

    <message>

        <repeat>15</repeat>

        <text>Welcome to DOPE for feedback and complaint post at our facebook group. </text>

    </message>

 

 

3) following message will be displayed every 50 minutes to every player

and 10 minutes after player connect

    <message>

        <delay>10</delay>

        <repeat>50</repeat>

        <onconnect>1</onconnect>

        <text>Welcome to DOPE Please do not KOS Fresh Spawn</text>

    </message>

 

 

4) following message will be displayed once

and 2 minutes after player connect

    

    <message>

        <delay>2</delay>

        <onconnect>1</onconnect>

        <text>Welcome to DOPE Please do not KOS Fresh Spawn</text>

    </message>

</messages>

Share this post


Link to post
Share on other sites
On 8/25/2019 at 3:43 AM, Monosof said:

Problem solved thanks to Siva Saravanan. 

In the following....

Best to edited this with Notepad++

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

<messages>

 

See https://community.bistudio.com/wiki/DayZ:Server_Messages for more information

Example messages:

    

1) following message will be displayed to every player in countdown manner

    and shuts down server in 6 hours from its start

 

    <message>

        <deadline>360</deadline>

        <shutdown>1</shutdown>

        <text>This server DOPE will Restart every 6 hours.</text>

    </message>

 

1a)

    <message>

        <deadline>345</deadline>

        <text>This server will restart in 15 minutes</text>                             

    </message>

    <message>

        <deadline>350</deadline>

        <text>This server will restart in 10 minutes</text>                                   

    </message>

    <message>

        <deadline>355</deadline>

        <text>This server will restart in 5 minutes</text>                                   

    </message>

 

 

2) following message will be displayed every 15 minutes to every player

 

    <message>

        <repeat>15</repeat>

        <text>Welcome to DOPE for feedback and complaint post at our facebook group. </text>

    </message>

 

 

3) following message will be displayed every 50 minutes to every player

and 10 minutes after player connect

    <message>

        <delay>10</delay>

        <repeat>50</repeat>

        <onconnect>1</onconnect>

        <text>Welcome to DOPE Please do not KOS Fresh Spawn</text>

    </message>

 

 

4) following message will be displayed once

and 2 minutes after player connect

    

    <message>

        <delay>2</delay>

        <onconnect>1</onconnect>

        <text>Welcome to DOPE Please do not KOS Fresh Spawn</text>

    </message>

</messages>

When it comes to the .xml do you input this with anything else? Is there a default .xml that you just edit or do you replace the file with just these lines of code? Also is there a place to find these lines of code or some sort of .xml generator?  Thank you

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

×