This new version doesn't appear to have any sort of countdown to let players know the server is restarting.
Is there a countdown? If so what is it?
If not, can you please add that feature back?
Rewrite, is there any type of countdown to let players know?Solved
It is there, just haven't noted it in the docs since i will change it to a non-static value soon. For now it is as following:
readonly int[] countDownSeconds = new[]
{
300,
250,
200,
150,
100,
80,
50,
40,
30,
25,
20,
15,
10,
5,
4,
3,
2,
1
}; 2CHEVSKII
It is there, just haven't noted it in the docs since i will change it to a non-static value soon. For now it is as following:
readonly int[] countDownSeconds = new[] { 300, 250, 200, 150, 100, 80, 50, 40, 30, 25, 20, 15, 10, 5, 4, 3, 2, 1 };
Thanks!
any way to make it notify players a hour/30mins/15/5 and so on before shutdown?
Locked automatically