5 Commits

Author SHA1 Message Date
77571564c0 Add formatting for spawner time and update stats display in format_stats_message 2026-03-27 18:16:31 +01:00
7910196397 Refactor: move stats tracking functionality from main.py to stats.py 2026-03-27 16:53:36 +01:00
7fa1d93210 Implement online player detection and presence icons; update README and main.py 2026-03-27 16:53:13 +01:00
c7bd0d7bb7 Add "StriYT" to the players list in players.json 2026-03-27 02:38:26 +01:00
317c29879c Add initial implementation of Stats Tracker with environment configuration and player stats tracking
- Create .env.example for environment variable setup
- Add .gitignore to exclude sensitive files and cache
- Implement README.md with setup instructions and usage details
- Develop main.py for fetching and posting player stats to Discord
- Create overlay.py for displaying stats in a GUI overlay
- Add players.json to define players to track
- Specify dependencies in requirements.txt
2026-03-23 19:37:38 +01:00