GusHaines 5 Posted August 22, 2019 So, At this moment in time, having paid for a private server, I feel like all I have done is funded another server for Bohemia so they don't need to put up more public servers. And as it stands, I will not be renewing my server rent when it runs out. Desperately needed for these private servers to feel like they are worth the cash we invested into it: 1. Fix the messaging system for consoles. 2. Make it so a server restart (not just shut down) sends a countdown message to people and does not just kick them. It just makes them go elsewhere. 3. A Blacklist for PSN ID bans, and a way to kick people off the server. This would be better (IMHO) than a white list. Although, the ability to choose truly public with a blacklist or locked down with a white list should be possible. 4. Reserved slots with a reserved slot list that allows people with VIP status to join the server even when it appears full. That's it. Fixing those 4 things will ensure I continue to rent a private server. It's not much to ask, these things have been around since CS 1.3!! Regards, Gus 1 Share this post Link to post Share on other sites
Buzzed 0 Posted August 24, 2019 I replied to another thread showing how to use the messages.xml. It works as of this afternoon for me. Share this post Link to post Share on other sites
Markyd 12 Posted August 25, 2019 (edited) On 8/22/2019 at 3:42 PM, GusHaines said: S o, At this moment in time, having paid for a private server, I feel like all I have done is funded another server for Bohemia so they don't need to put up more public servers. And as it stands, I will not be renewing my server rent when it runs out. Desperately needed for these private servers to feel like they are worth the cash we invested into it: 1. Fix the messaging system for consoles. 2. Make it so a server restart (not just shut down) sends a countdown message to people and does not just kick them. It just makes them go elsewhere. 3. A Blacklist for PSN ID bans, and a way to kick people off the server. This would be better (IMHO) than a white list. Although, the ability to choose truly public with a blacklist or locked down with a white list should be possible. 4. Reserved slots with a reserved slot list that allows people with VIP status to join the server even when it appears full. That's it. Fixing those 4 things will ensure I continue to rent a private server. It's not much to ask, these things have been around since CS 1.3!! Regards, Gus @GusHaines change it to wot u want save it restarts server match timed restarts to ur countdown job done any probs let me know we can help <?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 will shutdown in 6 hours</text> </message> <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>358</deadline> <text>This server will restart in 2 minutes LOG OFF NOW</text> </message> 2) following message will be displayed every 15 minutes to every player <message> <repeat>15</repeat> <text>JOIN DAYZ UNDERGROUND PS4 COMMUNITY JOIN DISCORD https://discord.gg/qQEwd23. </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>THNAK YOU FOR PLAYING ON DAYZ UNDERGROUND</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 DAYZ UNDERGROUND</text> </message> </messages> DO NOT USE NOT WORKING RIGHT Edited August 27, 2019 by Markyd 1 Share this post Link to post Share on other sites
Markyd 12 Posted August 27, 2019 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages> <message> <deadline>720</deadline> <shutdown>1</shutdown> <text>This server will restart in 12 HOURS </text> </message> <message> <deadline>90</deadline> <text>This server will restart in 90 minutes</text> </message> <message> <deadline>60</deadline> <text>This server will restart in 60 minutes</text> </message> <message> <deadline>30</deadline> <text>This server will restart in 30 minutes</text> </message> <message> <deadline>15</deadline> <text>This server will restart in 15 minutes</text> </message> <message> <deadline>10</deadline> <text>This server will restart in 10 minutes</text> </message> <message> <deadline>5</deadline> <text>WARNING THIS SERVER WILL RESTART IN 5 MINUTES</text> </message> <message> <deadline>4</deadline> <text>WARNING THIS SERVER WILL RESTART IN 4 MINUTES</text> </message> <message> <deadline>3</deadline> <text>WARNING THIS SERVER WILL RESTART IN 3 MINUTES</text> </message> <message> <deadline>2</deadline> <text> LOG OFF NOW WARNING THIS SERVER WILL RESTART IN 2 MINUTES LOG OFF NOW.</text> </message> <message> <deadline>1</deadline> <text> WARNING LOG OFF NOW RESTART IN 1 MINUTE WARNING LOG OF NOW.</text> </message> <message> <deadline>0</deadline> <shutdown>1</shutdown> <text>SERVER RESTART</text> </message> <message> <repeat>15</repeat> <text>THANK YOU FOR PLAYING ON DAYZ UNDERGROUND 24/7 REMEMBER THIS SERVER IS HERE FOR ONE YEAR</text> </message> <message> <delay>10</delay> <repeat>50</repeat> <onconnect>1</onconnect> <text>JOIN DAYZ UNDERGROUND PS4 COMMUNITY JOIN DISCORD https://discord.gg/qQEwd23. FOR ALL THE UPDATES AND INFO REGRADING THIS SERVER</text> </message> <message> <delay>3</delay> <onconnect>1</onconnect> <text>WELCOME TO DAYZ UNDERGROUND</text> </message> </messages> Share this post Link to post Share on other sites
Markyd 12 Posted August 27, 2019 @Siva Saravanan once i got my head round it and using notebook++ nicer to look at even if timer being iffy lol @GusHaines Share this post Link to post Share on other sites