Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Simple Update Checker
ModLGPL-3.0-only

Simple Update Checker

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

40.2K
Downloads
29
Followers
5 months ago
Updated
📦
6
Versions
utilityfabricquilt
Download Latestv1.4.0+1.21.11View on Modrinth

📖About Simple Update Checker

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
}

👥 Team & Contributors

Patbox
PatboxOwner

⚙️ Compatibility

Environment
❓ Unknown
Loaders
fabricquilt
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page