Auto-Updater
Signed release pull from repo.mutebefehl.de with SHA-256 verification.
The auto-updater checks a remote update.json for newer versions of MuteEssentials, notifies staff on login when an update is available and can pull + verify the new JAR with a single command.
Configuration
| Key | Description |
|---|---|
UpdateUrl | Where the update manifest lives. Defaults to the official endpoint. |
CheckIntervalHours | How often the plugin re-checks while the server is running. The first check happens on boot. |
PendingReminderMinutes | While an update is pending, the console logs a reminder every N minutes. |
Manifest schema
The plugin compares the running version with version and verifies the SHA-256 of the downloaded JAR before staging it. A full server restart is required for the new code to take effect.
Commands
/mues update- manual check/mues update download- pull, verify, stage
Permissions
| Node | Grants |
|---|---|
muteessentials.update | Manual checks, download command and login notifications |