
UpdateChecker
Never miss a mod or asset pack update again!
๐ Overview
UpdateChecker is a lightweight, zero-configuration server-side mod that automatically monitors your installed mods and asset packs for updates. Server administrators receive notifications when updates are available, with direct download links to make updating effortless.

โจ Features
- ๐ Automatic Update Checking - Runs every 12 hours in the background
- ๐ข Smart Notifications - Alerts admins on login when updates are available
- ๐ Direct Download Links - Click to download updates instantly
- โก Zero Configuration - Works out of the box, no setup required
- ๐ฏ Opt-in System - Only checks mods and asset packs that explicitly support it
- ๐ก๏ธ Intelligent Version Detection - SemVer-based comparison
- ๐ฅ Multi-Provider Support - Currently supports CurseForge (more coming soon!)
- ๐งต Zero Performance Impact - Runs on a separate thread
- ๐ฆ Asset Pack Support - Monitors both mods and asset packs
๐ Installation
- Download the latest version from the Files tab
- Place
updatechecker-X.X.X.jar in your mods folder
- Restart your server
- That's it! UpdateChecker works automatically - no configuration needed
Note: UpdateChecker only monitors mods and asset packs that have opted-in to support it. See the "For Developers & Creators" section to add support.
๐ฎ Commands
| Command |
Description |
Permission |
/updatecheck |
Manually trigger an update check |
OP |
Update checks run automatically every 12 hours, but you can trigger one manually anytime!
๐จโ๐ป For Developers & Creators
Want your mod or asset pack to be monitored by UpdateChecker? It's super easy!
Adding UpdateChecker Support
Step 1: Update your manifest.json

{
"UpdateChecker": {
"CurseForge": "YOUR_PROJECT_ID"
}
}
Step 2: Find your CurseForge Project ID
- Go to your mod/asset pack's CurseForge page
- Look at the Details section on the right sidebar
- Copy the Project ID number
- Example: DisTale's Project ID is
1429009
Step 3: Follow SemVer naming
For Mods:
yourmod-1.2.3.jar
yourmod-2.0.0.jar
For Asset Packs:
yourpack-1.2.3.zip
yourpack-2.0.0.zip
Step 4: Show your users you support UpdateChecker! (Optional)
Add this badge to your mod/asset pack's description:
https://i.imgur.com/CpkvDty.png
Badge preview:

โ
UpdateChecker automatically extracts and compares versions!
Supported Version Formats
- โ
mod-1.2.3.jar โ 1.2.3
- โ
pack-1.2.3.zip โ 1.2.3
- โ
mod-2026.1.20-5708.jar โ 2026.1.20
- โ
mod-v1.0.0.jar โ 1.0.0
- โ
MyMod-1.2.3-beta.jar โ 1.2.3
You can test your mod's filename with this regex.
๐ Bug Reports
Found a bug? Report it on GitHub Issues!