promotional bannermobile promotional banner

HyOptimizer

The Ultimate Utility for Console Organization & Memory Efficiency

File Details

HyOptimizer-3.6.5.jar

  • R
  • Feb 24, 2026
  • 30.87 KB
  • 206
  • Early Access

File Name

HyOptimizer-3.6.5.jar

Supported Versions

  • Early Access

๐Ÿš€ HyOptimizer v3.6.5 — The "Smart Cleaner" Update

Release Date: February 24, 2026 Current Version: 3.6.5 File: HyOptimizer-3.6.5.jar

โœจ What’s New?











1. Smart Countdown Logic ๐Ÿ•’

Messages are now cleaner! If a countdown warning is 60 seconds or longer, the plugin will automatically display it in minutes.
  • Old: Cleaning Dropped Items in 300 seconds...
  • New: Cleaning Dropped Items in 5 minutes...
You can revert this to always show seconds by setting "useSmartCountdown": false in your config.

2. Benvenuto! Italian Support ๐Ÿ‡ฎ๐Ÿ‡น

Italian has been added as a fully supported language. All system messages, GC notifications, and cleaner warnings are now localized.
  • To enable: Set "language": "it" in your config.json.

3. Versioned JAR Files ๐Ÿ“ฆ

To help admins track versions at a glance, the version number is now included in the filename (HyOptimizer-3.6.5.jar).
  • โš ๏ธ IMPORTANT: Please delete your old HyOptimizer.jar before adding the new one. Having two versions in the mods folder will cause a Plugin Duplicate crash.

๐Ÿ› Critical Bug Fixes

Fixed: protectedItems List Ignoring Settings

The Issue: Previously, the plugin used a hardcoded index to identify items. On many servers, this caused a "DEBUG: index 59 is null" error, resulting in the plugin deleting all items, even those you tried to protect. The Fix:
  • Dynamic Scanning: The plugin now performs a live scan of component columns at runtime to find the correct item data.
  • Fail-Safe Protection: If the plugin cannot verify an item's ID, it will now skip that item instead of deleting it. This ensures your rare items are safe even if a system error occurs.
  • Matching: Item protection is now case-insensitive and supports partial matches (e.g., "Dirt" protects all types of dirt).

โš™๏ธ Configuration Update

A new field has been added. Your config will update automatically, but you can manage it here:
Field Type Default Description
useSmartCountdown boolean true Displays warnings ≥60s in minutes instead of seconds.
 

Updated Config Example:

JSON
<button class="mdc-icon-button mat-mdc-icon-button mat-mdc-button-base mat-mdc-tooltip-trigger copy-button ng-tns-c3225099658-57 mat-unthemed ng-star-inserted" aria-label="Copy code"></button>
{
  "autoGcIntervalSeconds": 30,
  "enableAutoGc": true,
  "language": "en",
  "enableItemCleaner": true,
  "useSmartCountdown": true,
  "itemCleanerIntervalSeconds": 300,
  "warningIntervals": [60, 30, 5],
  "protectedItems": ["Soil_Dirt"]
}

๐Ÿ”„ How to Update

  1. Download HyOptimizer-3.6.5.jar.
  2. Delete the old HyOptimizer.jar from your server's mods folder.
  3. Upload the new version.
  4. Restart the server.

๐Ÿ’– Support the Project

If HyOptimizer is keeping your server lag-free, consider supporting future development: ๐Ÿ‘‰ Donate via PayPal