### Version 1.0.5-dev (Development Build)
**⚠️ This is a development build. Features are functional but not fully tested in production.**
- ✨ **NEW:** Player warning system with automatic escalation (3-strike system)
- ✨ **NEW:** `/protectcord warn <player> <reason>` - Issue warnings to players
- ✨ **NEW:** `/protectcord warnings <player>` - View complete warning history for any player
- ✨ **NEW:** `/protectcord ban <player> <reason>` - Manually ban players from the server
- ✨ **NEW:** `/protectcord unban <player>` - Remove bans and allow players to rejoin
- **ADDED:** 3-Strike Auto-Ban System:
- 1st warning: Player receives in-game chat warning
- 2nd warning: Player is kicked with final warning message
- 3rd warning: Player is automatically permanently banned
- **ADDED:** Persistent warning storage in `warnings.yml` with timestamps and issuer tracking
- **ADDED:** Automatic ban check on player login (banned players cannot join)
- **IMPROVED:** Updated reload command to also reload warning data
- **IMPROVED:** Enhanced help text and tab completion with new moderation commands