Messages.xml not restarting

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • Hi guys,


    I have set my server to shutdown via the Messages.xml file but every so often it won’t restart itself. It does it most the time but I’d say atleast once a day, myself or one of the other admins have to manually restart it.


    Anyone else had this issue and if so, how they resolved it?

  • Hi guys,


    I have set my server to shutdown via the Messages.xml file but every so often it won’t restart itself. It does it most the time but I’d say atleast once a day, myself or one of the other admins have to manually restart it.


    Anyone else had this issue and if so, how they resolved it?

    Hi,

    Personally, I use the "automated task" and I never have any problems at this level.

    my server restarted well after the hours that I put in the automated task.

    give it a try, it might solve your problem.

  • i would recommend you, setting the restarts with Automated tasks and using this code:


    Code
    1. <message>
    2. <deadline>??</deadline>
    3. <text>Server Restarts in #tmin minutes.</text>
    4. </message>

    to display them in-Game

    So if I use this, the automated tasks will restart the server and players in the game will still see the messages for the restart?