Simple Update Checker

Quick rating

Simple Update Checker

No reviews yet

Simple modpack update checker for Modrinth. Works client side and server side

No Theme
No Genre
QoL & Tweaks
Server Utility
Client Utility
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
1.6.0+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Simple Update Checker

Simple Update Checker is a small mod that adds in-game notification about Modrinth modpack update being available. It works for both servers and clients.

The update information is displayed in logs on server/client boot and then in other places depending on where it runs. For clients, it displays update info on main screen (on right side from modpack name/version text), refreshing every hour after the game starts. For servers, it displays it in logs after server starts and for operators on join. After that, it will check it every 12 hours until update is found, after which it will repeat it after double time from last message, up to 14 days of delay (12 hours, 1 day, 2 days, 4 days, 8 days, 14 days). The check can also be triggered manually with /simpleupdatechecker check command, with limitation of 15 minutes per refresh.

All the checks can be disabled in simpleupdatechecker_user.json config or via /simpleupdatechecker settings command.

Configuration (User)

You can change settings via /simpleupdatechecker settings <name> <value> or within config. Both use same names. You can find the config file in config/simpleupdatechecker_user.json and reload it with /simpleupdatechecker reload command.

{
  // Disables update checking all together
  "disable_update_checking": false,
  // Disables showing modpack version and update info in main menu
  "disable_main_menu": false,
  // Disables sending info about update in logs after first version check.
  "disable_logs_first_check": false,
  // Disables sending info about update in logs after server starts.
  "disable_logs_server_started": false,
  // Disables sending info about update in logs repeatedly.
  "disable_logs_late": false,
  // Disables sending info about update to level 4 operators when they join.
  "disable_join_ops": false
}

Configuration (Modpack)

This one should only be changed by modpack creator and as such only contains modpack related definitions You can find the config file in config/simpleupdatechecker_modpack.json and reload it with /simpleupdatechecker reload command.

{
  // Slug / Project id on Modrinth, used for lookup.
  "project_id": "some_project",
  // Version Number in incremental format, ideally same as one provided on Modrinth.
  "version_id": "1.0.0",
  // (Optional, empty to disable) Name of the modpack displayed in main menu and placeholders. Fallbacks to project_id.
  "display_name": "My modpack!",
  // (Optional, empty to disable) Modpack version used for display, if you want to make it look different.
  "display_version": "",
  // Allowed release types, matches with Modrinth ones. By default it allows all, but you can remove them as you want.
  // Removing "beta" and "alpha" will prevent from recommending updating to beta and alpha versions.
  "release_type": [
    "alpha",
    "beta",
    "release"
  ],
  // Maximum (exclusive) version that gets matched, should use same format as version_id / modrinth version numbers.
  // Prevents from versions equal or newer than provided from being matched as update.
  "max_exclusive_version": "",
  // Makes update version use version number for display instead of version name (top field).
  "use_version_number_for_display": true
}

Screenshots

Gallery

  • Main menu with update available
    Main menu with update available
  • Main menu without updates
    Main menu without updates
  • Server side update message
    Server side update message

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~79,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works