Skip to content

Data Storage

Albert edited this page Jan 4, 2026 · 1 revision

Data Storage

Files

  • plugins/InvSafe/data/<uuid>.yml (or gzip when compression is enabled).

Format

  • YAML only, no database.
  • One file per player UUID.

Performance

  • File IO is async to keep the main thread responsive.

Resilience

  • Snapshot retention is FIFO per player.
  • Invalid entries are skipped where possible.

Clone this wiki locally