Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Smart item deleter V2
  • 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

  • Smart item deleter V2 0.2.1

    release3 ноября 2025 г.

    New Features

    • Implemented /cleanup now, /cleanup now force, /cleanup stats, and /cleanup dryrun command handlers. (Not all working as intended for now, i.e. empty stats.)
      • Includes aggregated feedback for admins.
      • Supports dry-run previews and per-dimension reporting.

    Refactors & Improvements

    • Refactored the cleanup engine to:

      • Expose reusable analysis summaries.
      • Support forced execution overrides.
      • Improve logging with detailed configuration context for each run.
    • Updated /cleanup command registration to use the standard permission system, allowing execution by OP players or the server console.

    Code Maintenance

    • Removed the unused forced-analysis overload and redundant threshold accessor to eliminate dead code.
    • Ensured tracked item entries correctly mark saved data as dirty when their last-seen timestamp changes, improving persistence accuracy.
  • Smart item deleter V2 0.1.2

    beta2 ноября 2025 г.

    Fixed:

    • Jitter configuration is now respected.
    • Possible NullPointer-Exception resolved, if cleanup filter list was empty.
    • Potential infinite grow of persistent data, fixed.
    • Fixed problem where setDirty ran every tick.

    resolved issue: https://github.com/metl-play/smartitemdeleterv2/issues/2#issue-3572517315

  • Smart item deleter V2 0.1.1

    beta8 октября 2025 г.

    Initial release for testing if this mod behaves as expected. This release is NOT compatible with AsyncYouer, but normal Youer is fine. Tested with 51 Mods Simultanously. -> Not in depth, not tested if other mods behavior breaks. This mod works with them installed.

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

Minecraft: Java Edition

Платформы

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

Сервер

Сведения

Лицензия:
Опубликован:8 месяцев назад
Обновлён:5 месяцев назад
ID проекта:
Главная