This plugin adds a countdown ui that displays the time remaining until the next server save, helping players anticipate any potential lag spikes. The ui includes a progress bar, timer, and customizable text.
Recommended Plugins
- Restart Countdown - Shows a countdown ui when a server restart is scheduled.
Configuration
JSON:
{
"Version": "1.0.0",
"Countdown Ui Display Duration Seconds": 300.0,
"Ui": {
"Header Text": "Next Server Save",
"Header Text Color": "#D2F1FF",
"Timer Text Color": "#D2F1FF",
"Progress Background Color": "#03193A",
"Progress Background Border Color": "#020E19",
"Progress Fill Color": "#1192D2"
}
}
Countdown Ui Display Duration Seconds
- Determines when the countdown ui becomes visible before a server save. If set to 0, the ui is disabled. If set equal to or higher than the server's save interval, the ui remains visible at all times. Any value lower than the save interval will make the ui appear only within that time frame before the save.Ui
- A section containing ui-related settings.Header Text
- The text displayed at the top of the ui.Header Text Color
- The color of the header text.Timer Text Color
- The color of the countdown timer text.Progress Background Color
- The background color of the progress bar.Progress Background Border Color
- The border color of the progress bar.Progress Fill Color
- The color of the progress bar as it fills up.