1 Commits

Author SHA1 Message Date
nocode 4e436a05c3 feat(storage): add warn data persistence layer
Implement server-side storage module for managing player warnings.

Provides functionality to:
- Load and save warnings from/to JSON file
- Retrieve warnings for a specific player
- Add new warnings with issuer information
- Remove individual warnings by index
- Clear all warnings for a player

Warnings are stored with issuer, issuerid, timestamp, reason, and comment.
2026-07-20 23:29:48 +02:00