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.javaclass - Bundle EarlyPlugin detection - Automatically detects EarlyPlugins that are part of bundles
- Pattern matching:
hyfixes-early-1.0.0.jarwithhyfixes-1.0.0.jar→ skip separate update - These update automatically with their parent mod, no manual intervention needed
- Pattern matching:
- 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
- Path:
- Linux Snap support - Now detects Hytale installed via Snap:
- Path:
~/snap/hytale/current/.local/share/Hytale/UserData/Mods
- Path:
- NyoUpdates self-update for EarlyPlugin - When NyoUpdates updates itself, it now:
- Automatically detects if NyoUpdates is in the
earlyplugins/folder - Updates both
/mods/NyoUpdates.jarAND/earlyplugins/NyoUpdates.jar - No manual intervention needed for complete updates
- Automatically detects if NyoUpdates is in the
- 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
- Generates:
- Improved Linux path detection - Checks ALL possible paths in priority order:
- Flatpak (
~/.var/app/com.hypixel.HytaleLauncher/data/...) - XDG_DATA_HOME (
$XDG_DATA_HOME/Hytale/...) - Official (
~/.local/share/Hytale/...) - Snap (
~/snap/hytale/current/...)
- Flatpak (
- 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-earlywon't try to update independently

