New Item Collector

Shows special "New Item Found!" notifications when you discover items for the first time in each world. Great for new players and keeping track of what's new to you.
Back to Files

NewItemIndicator-1.0.2.jar

File nameNewItemIndicator-1.0.2.jar
Uploader
BeyondSmashBeyondSmash
Uploaded
Mar 7, 2026
Downloads
206
Size
37.7 KB
File ID
7722750
Type
R
Release
Supported game versions
  • Early Access

What's new

NewItemIndicator v1.0.2

Bug Fix: Discovered items no longer reset between sessions

Problem: Items you'd already picked up would show "New Item Found!" again after restarting the game. The config file was being lost/corrupted between sessions due to Files.writeString() truncating the file before writing — if the server process was killed during that window, the file ended up empty.

Fixes:

  • Atomic saves — Config now writes to a temp file first, then atomically renames to config.json. Mid-write crashes can no longer corrupt your save data.
  • Automatic backup recovery — A .bak copy is maintained before each save. If the main config is ever empty or corrupted on startup, the plugin automatically restores from the backup.
  • Improved diagnostics — Startup logs now show the full config path, file sizes, and total discovered item counts for easier troubleshooting.

This mod has no related projects