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.5File: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 yourconfig.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.jarbefore adding the new one. Having two versions in themodsfolder 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
-
Download
HyOptimizer-3.6.5.jar. -
Delete the old
HyOptimizer.jarfrom your server'smodsfolder. - Upload the new version.
- Restart the server.

