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.