
Smart item deleter V2
Smart Item Deleter v2 is a server-side optimization mod designed to automatically clean up dropped item entities when the item count exceeds a defined threshold.
554
1
Smart item deleter V2 0.4.9-neoforged
release20 января 2026 г.0.4.9-neoforged - 2026-01-19
Changes since 0.4.5-neoforged.
Changed
- Filter rules are now precompiled on config bake (tags/exact/wildcards) and reused during matching.
- Cleanup log writing moved off the tick thread via a single-threaded background writer.
- Tracked item ages are clamped to avoid negative values after restarts; tracked data clears on server start.
- Tracked item map accessor returns an unmodifiable view; invalid dimension IDs fall back to overworld.
- Mod logo now uses
icon.png(256x256 RGBA) at the JAR root. - Updated loader version range to
[2,).
Removed
- Removed the old
Smart-Item-Deleter-v2-new.pnglogo asset.
Smart item deleter V2 0.4.5-neoforged
release18 января 2026 г.0.4.5-neoforged - 2026-01-18
Changes since 0.3.1-neoforged.
Added
- Added
logs/sidV2/cleanup.logandlogs/sidV2/stats.logwith automatic zip rotation on server start. /cleanup statsoutput now appends tologs/sidV2/stats.logevery run.- Added
oldestAttemptedAgeMsto cleanup log entries for each dimension. - Added per-dimension color coding to
/cleanup statsoutput (overworld green, nether red, end yellow, others purple).
Changed
- Cleanup summaries are now aggregated across dimensions; console output is a single line when enabled.
- Cleanup log output now always writes to
logs/sidV2/cleanup.logwhen deletions occur;consoleDebugLoggingonly controls the console summary. - Threshold/excess calculations now ignore filtered or protected items (only deletable candidates count toward the threshold).
Removed
- Removed
/cleanup dryrun.
Smart item deleter V2 0.3.1-neoforged
release29 ноября 2025 г.Changelog
0.3.1-neoforged - 2025-11-29
Changes since 0.2.3
Now Compatible with NeoForge 21.1.215+, Youer-1.21.1, AsyncYouer-1.21.1
Added
- Added
/cleanup configcommands to list, read, and set config values at runtime with tab completion, validation against the config spec, and saving changes before re-baking settings. - Added automatic discovery of config bindings and tracking of the active server config during load and reload so runtime updates target the correct spec.
Changed
- Bumped NeoForge to 21.1.215 and retargeted the mod version to
0.3.1-neoforged. - Disabled console cleanup summaries by default (configurable via
consoleDebugLogging). - Replaced chunk AABB scanning with
level.getAllEntities()and per-level schedules to keep cleanup in lockstep with async ticking environments.
Smart item deleter V2 0.2.3
release9 ноября 2025 г.- Wildcard filter added. Please keep in mind that filtered Items still counts toward the threshold, as they still contribute to server load.
In Detail:
Added wildcard-aware matching in PolicyEngine.filterPredicate, enabling filterList entries to use * and ? patterns and translating them into regex via new helper methods so namespace-wide and prefix filters (e.g., minecraft:, minecraft:oak) are honored.
Smart item deleter V2 0.2.2
release7 ноября 2025 г.⚙️ Enhancement
- Added a new configuration option to disable console output:
consoleDebugLogging = false - It is recommended to keep console output enabled initially to verify your setup and disable it once confirmed. Re-enable logging whenever you suspect a bug or need to provide debug information.
🐞 Resolved
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:2 месяца назад
