File Details
NyoUpdates-2.0.0.jar
- R
- Jan 29, 2026
- 537.21 KB
- 106
- Early Access
File Name
NyoUpdates-2.0.0.jar
Supported Versions
- Early Access
Added
- nyoCF Bulk API - Checks all installed mods in a single HTTP request (~50ms total)
- In-Game UI - BETA - Full mod management interface via
/updates ui- Mods tab showing all installed mods with update status
- Search tab to find and install mods from CurseForge
- Settings tab for plugin configuration
- Mod details panel with version history and release info
- Version selection to install specific versions (not just latest)
- Enable/disable mods directly from the interface
- Ignore mods from update checks via UI
- Internationalization (i18n) - _BETA _- Language support with translation files in
lang/folder - Project Verification - Multi-tier verification prevents false positives
- Caching System - Reduces redundant API calls with configurable TTL
- API Fallback - Automatic fallback to CFWidget if nyoCF is unavailable
- Batch Pagination - Handles large mod lists (200+ mods) with automatic batching
Changed
- Update checks now use bulk API by default (configurable via
enableBulkApi) - Fallback API can be disabled via
enableFallbackconfig option - Language can be changed via
languageconfig option - Reduced log verbosity during normal operation
Configuration
New config options:
enableBulkApi- Use nyoCF bulk API for fast checks (default: true)enableFallback- Enable CFWidget fallback (default: true)language- Plugin message language (default: en-us)debugMode- Enable verbose debug logging (default: false)autoRestartAfterUpdate- Create restart marker after updates (default: false)betaMessageShown- Internal flag for beta welcome message
Permissions
The permission system has been reorganized for better compatibility with permission plugins like LuckPerms. All permissions now use the nyoupdates.* namespace directly without additional prefixes. See the CurseForge page for the complete permission list.

