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.

File Details

smart_item_deleter_v2-0.4.5-neoforged.jar

  • R
  • Jan 18, 2026
  • 1.05 MB
  • 11
  • 1.21.1
  • NeoForge

File Name

smart_item_deleter_v2-0.4.5-neoforged.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:smart-item-deleter-v2-1423151:7483888"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 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`.