
mcsl
MCSL is a dedicated server admin tool that lets you share your console logs, crash logs, timings, latest log and more. The platform allows sharing and management logs much easier.
Список изменений
What's new in v1.0.15
Auto-Updater
MCSL now checks Modrinth for new releases automatically and downloads updates in the background — no manual JAR swapping required.
How it works:
- On startup (2s after load) MCSL queries the Modrinth API for the latest release
- If a newer version is found, ops receive an in-game notification with the version number and changelog snippet
- The new JAR is downloaded into
plugins/update/— Bukkit's standard update folder — which is applied automatically on the next restart - Ops are notified to restart when ready
Periodic checks: By default the check also runs every 6 hours while the server is online, so long-running servers don't miss updates.
Manual check: /mcsl update triggers an immediate check on demand.
Cancel a pending restart: /mcsl update cancel — if auto-restart is enabled and counting down, this aborts it cleanly.
New config keys (under auto:):
| Key | Default | Description |
|---|---|---|
update-check | true | Enable/disable the updater entirely |
update-channel | release | Track release, beta, or alpha builds |
update-check-interval | 6 | Hours between periodic checks (0 = startup only) |
update-restart-delay | 60 | Countdown seconds before auto-restart (when enabled) |
update-auto-restart | false | Auto-restart the server after downloading — off by default |
Auto-restart is disabled by default. When off, MCSL downloads the JAR silently and tells ops to restart at their convenience. Enable auto.update-auto-restart: true if you want a fully hands-off update flow with a 60-second countdown and automatic shutdown.
