promotional bannermobile promotional banner

nyoUpdates | ⚡Blazing Fast Mod Manager

Blazing Fast Mod Manager powered by nyoCF API - checks ALL mods in ~50ms with full in-game UI for install, version selection and management.

File Details

NyoUpdates-1.5.1.jar

  • R
  • Jan 21, 2026
  • 154.26 KB
  • 1.4K
  • Early Access

File Name

NyoUpdates-1.5.1.jar

Supported Versions

  • Early Access

Added

  • Centralized version management - All version references now come from a single Version.java class
  • Bundle EarlyPlugin detection - Automatically detects EarlyPlugins that are part of bundles
    • Pattern matching: hyfixes-early-1.0.0.jar with hyfixes-1.0.0.jar → skip separate update
    • These update automatically with their parent mod, no manual intervention needed
  • Smart Best-Match System - When no exact file match found, selects best candidate by score:
    • Title similarity (40 pts for exact, 25 pts for partial)
    • Filename pattern match (30 pts for exact, 15 pts for partial)
    • Version match (20 pts if same version exists)
    • Project maturity (10 pts for >10 files, 5 pts for >5 files)
    • Only uses candidate if score ≥ 60% confidence
  • Linux Flatpak support - Now detects Hytale installed via Flatpak:
    • Path: ~/.var/app/com.hypixel.HytaleLauncher/data/Hytale/UserData/Mods
  • Linux Snap support - Now detects Hytale installed via Snap:
    • Path: ~/snap/hytale/current/.local/share/Hytale/UserData/Mods
  • NyoUpdates self-update for EarlyPlugin - When NyoUpdates updates itself, it now:
    • Automatically detects if NyoUpdates is in the earlyplugins/ folder
    • Updates both /mods/NyoUpdates.jar AND /earlyplugins/NyoUpdates.jar
    • No manual intervention needed for complete updates
  • Auto-add missing config options - When plugin updates with new config options:
    • Automatically adds missing options to existing config.json
    • Never overwrites user's existing settings
    • Prints message when new options are added

Changed

  • CurseForge Search is now PRIMARY lookup method - Instead of guessing slugs first
    • Search is done FIRST, then slug variants as fallback
    • Search results are ALL checked (increased limit from 5 to 15)
    • Much more reliable mod discovery
  • Improved search term generation for bracket names like [NoCube's] Cultivation:
    • Generates: NoCube Cultivation, Cultivation, NoCubesCultivation
    • Handles underscored filenames like NoCube_Cultivation_0.0.2.zip
  • Improved Linux path detection - Checks ALL possible paths in priority order:
    1. Flatpak (~/.var/app/com.hypixel.HytaleLauncher/data/...)
    2. XDG_DATA_HOME ($XDG_DATA_HOME/Hytale/...)
    3. Official (~/.local/share/Hytale/...)
    4. Snap (~/snap/hytale/current/...)
  • EarlyPlugins from bundles are now automatically skipped during update checks
  • EarlyPlugin now supports all platforms - No longer Windows-only for singleplayer detection

Fixed

  • Linux Flatpak not working - Now correctly detects and uses Flatpak path
  • NyoUpdates not updating in earlyplugins - Now auto-updates both mods/ and earlyplugins/ copies
  • Config not updating with new options - Now auto-adds missing config options on startup
  • Many mods - Now correctly found via CurseForge search
  • Bundle EarlyPlugins not updating separately - hyfixes-early won't try to update independently