▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Smart item deleter V2
Smart item deleter V2

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.png logo 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.log and logs/sidV2/stats.log with automatic zip rotation on server start.
  • /cleanup stats output now appends to logs/sidV2/stats.log every run.
  • Added oldestAttemptedAgeMs to cleanup log entries for each dimension.
  • Added per-dimension color coding to /cleanup stats output (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.log when deletions occur; consoleDebugLogging only 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 config commands 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.

https://github.com/metl-play/smartitemdeleterv2/issues/3

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

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:2 месяца назад
Главная