feat(tools): adds a small tools to monitor players.

This commit is contained in:
Houmgaor
2025-11-24 01:10:20 +01:00
parent 67dad15204
commit e722533fdb
6 changed files with 665 additions and 0 deletions

View File

@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- New `usercheck` CLI tool in `tools/usercheck/` for querying connected users and server status
- `list` command: List all currently connected users with character details
- `count` command: Show count of connected users per server/channel
- `search` command: Search for specific connected users by name
- `servers` command: Display server/channel status and player counts
- `history` command: Show recent login history for a player
### Changed
- Upgraded Go version requirement from 1.19 to 1.25