File Details
NewItemIndicator-1.0.2.jar
- R
- Mar 7, 2026
- 37.73 KB
- 191
- Early Access
File Name
NewItemIndicator-1.0.2.jar
Supported Versions
- Early Access
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
.bakcopy 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.

