-
Notifications
You must be signed in to change notification settings - Fork 0
Storage and Persistence
russelburgraymond edited this page Jun 9, 2026
·
3 revisions
RS-ItemMagnet uses SQLite to store machine data.
This allows machine information to persist automatically across server restarts and reloads.
The following information is stored:
- Machine location
- Owner information
- Assigned container
- Radius settings
- Filter configuration
- Machine status
RS-ItemMagnet automatically preserves machine data across:
- Server restarts
- Chunk unloads
- Chunk reloads
- Player disconnects
- Player reconnects
No manual intervention is required.
RS-ItemMagnet uses SQLite.
Benefits include:
- No external database required
- Simple setup
- Reliable storage
- Fast lookups
- Easy backups
Server administrators should include the RS-ItemMagnet data folder in normal server backup procedures.
This ensures all machine information can be restored if necessary.
Machine data is automatically saved and updated as changes occur.
Unexpected server shutdowns should not normally result in data loss.
If machine data appears missing:
- Verify the database file exists.
- Check server logs for database errors.
- Restore from backup if necessary.