NewItemIndicator-1.0.2.jar
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
.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.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects