About CarbonStagingWatcher
Simple little plugin that watches Rust Staging and Carbon staging, and restarts if it sees an update. My Restart script has automatic update built in, so this effectively keeps my staging server up to date.
Nothing fancy, just a way to keep your Carbon staging server current. I have been running it for months, but cleaned it up to meet Codefling standards.
You can configure it:
{
"Check interval (minutes)": 30,
"Restart warning (seconds)": 500,
"Check Carbon staging": true,
"Check Rust staging": true
}
The URLs to do the check are at the top as they are unlikely to change.
Permissions:
carbonstagingwatcher.check (allows checking)
carbonstagingwatcher.force (allows forcing a restart)
By default, admins can run commands.
Console commands:
CarbonStagingWatcher.status (shows the current status)
CarbonStagingWatcher.forcecheck (runs the check immediately, skipping the timer)
CarbonStagingWatcher.forcestart (forces a restart)
Chat Commands:
stagingcheck (forces a check immediately, skipping the timer)
stagingcheckstatus (show the current status)