
MineMen Auto Stats
This projekt adds the feature that when in firebal the command /stats >opponent < automaticly executes
MinemenAutoStats
Overview
MinemenAutoStats is a lightweight client-side Minecraft Fabric mod that automatically executes /stats commands when specific conditions are met. It monitors in-game titles and chat messages to detect opponents and automatically fetches their statistics.
Features
- Automatic Title Detection: Monitors all titles and subtitles for trigger patterns
- Smart Chat Analysis: Scans recent chat messages for opponent information
- Automatic Command Execution: Executes
/stats [playername]commands automatically - Multi-Format Support: Handles various opponent display formats including ranks and ping information
- Performance Friendly: Only stores the last 50 chat messages
- Client-Side Only: No server modifications required, works on any Fabric server
How It Works
- Trigger Detection: The mod watches for titles containing
:text :4 - Chat Scanning: When triggered, it scans the last 50 chat messages
- Opponent Extraction: Looks for messages containing "Opponent: [playername]"
- Command Execution: Automatically runs
/stats [extracted-playername]
Supported Formats
The mod recognizes opponent names in various formats:
Opponent: PlayerName● Opponent: PlayerName ● Ping: 45 msOpponent: PlayerName (Platinum II)Opponent: PlayerName - Diamond III- Multi-line match reports with opponent information
Installation
- Install Fabric Loader for Minecraft 1.21.4
- Download the latest MinemenAutoStats jar from Modrinth
- Place the jar file in your
.minecraft/modsfolder - Launch Minecraft with Fabric profile
Requirements
- Minecraft: 1.21.4
- Fabric Loader: 0.15.11 or newer
- Fabric API: (recommended)
Configuration
Currently configured via code - modify trigger patterns in the source if needed:
- Default trigger:
:text :4in titles - Looks for:
Opponent:prefix in chat - Stores: Last 50 chat messages
Usage
- Join a server where titles with
:text :4are displayed - When you see the trigger title, the mod automatically:
- Scans recent chat for opponent names
- Executes
/statsfor the found opponent
- View the opponent's statistics as usual
Technical Details
- Mod ID:
minemenautostats - Environment: Client-side only
- Side Effects: Sends one
/statscommand per detected opponent - Performance: Minimal impact - only activates on title display
Development
Source code available on GitHub. Built with:
- Fabric Loader 0.15.11
- Minecraft 1.21.4
- Official Mojang mappings
Support & Issues
Report issues on GitHub. Include:
- Minecraft version
- Mod version
- Server type (if applicable)
- Chat logs showing the opponent format
- Any error messages from logs
Privacy
- No Data Collection: The mod doesn't send any data to external servers
- Local Processing: All chat scanning happens locally on your client
- Command Only: Only sends standard Minecraft
/statscommands
Changelog
v1.0.0
- Initial release for Minecraft 1.21.4
- Basic title detection and chat scanning
- Automatic
/statscommand execution - Support for various opponent name formats
License
MIT License - see LICENSE file for details
Credits
- Developed for the Minemen community
- Built with FabricMC
- Inspired by automatic stat tracking needs
Note: This mod is designed for legitimate gameplay enhancement. It does not provide any unfair advantages and only automates commands that players would normally type manually.
