Stored Data
- Sessions: List of all player sessions.
- Points: Compressed list of coordinates (x, y, z, world, time) for each session.
Behavior
- Auto-Save: Data is saved asynchronously every 5 seconds (if changes exist).
- Shutdown: Force-save on server stop.
- Session IDs: Auto-incrementing IDs persisting across restarts.