Save Countdown
Displays a countdown ui for the next server save


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

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.
Author
VisEntities
License duration
Unlimited
Price
5.00 USD
First release
Last update

Ratings

5.00 star(s) 1 reviews

Also by VisEntities

Latest reviews

Simple and clean! Recommend, 5$ is not expensive at all. In general like everything what is simple and clean (looks professional like made by game developers originally)
Back
Top
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Make sure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart