Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Creators
Details
Licensed MIT
Published 7 hours ago
Updated last month
PvPClubTracker
PvPClubTracker is a lightweight, client-side Fabric mod designed for the PvP Club network (mcpvp.club). It automatically tracks your match results and renders a live on-screen win/loss counter.
Features
- Automatic Match Tracking: Detects match completions, round wins, and player resignations directly from chat.
- Server-Aware Overlay: Only renders when connected to
mcpvp.clubto avoid cluttering singleplayer or other servers. - Dynamic Color Modes: The HUD text color can adapt dynamically to your win/loss ratio (green when ahead, orange when tied, red when behind).
- Extensive Styling: Supports Chroma/Rainbow cycling, named color presets, and standard 6-digit hex color codes.
- Screen Positioning: 8 preset positions across the screen.
- Persistent Data: Saves stats and settings to
config/pvpclubtracker.json. - Client-Side Only: Does not require any server-side support.
Commands
All commands can be executed using /wt or /wintracker.
| Command | Arguments | Description |
|---|---|---|
/wt |
Displays help menu and current settings | |
/wt toggle |
Toggles HUD overlay visibility | |
/wt stats |
Prints total wins, losses, and win rate to chat | |
/wt clear |
Resets session wins and losses back to 0/0 | |
/wt color |
<name / #hex> |
Sets text color (preset name, dynamic, rainbow, or hex) |
/wt location |
Cycles to the next screen position preset | |
/wt location |
<preset> |
Sets HUD directly to a specific position preset |
Configuration & Customization
Color Options
Use /wt color <value> to change the HUD appearance:
- dynamic: Automatically colors text based on your win/loss ratio.
- rainbow / chroma: Smooth animated rainbow cycle.
- Presets:
white,red,green,blue,yellow,gold,aqua,pink,purple,dark_purple,cyan,orange,gray,dark_gray - Hex Values: Any 6-digit hex format (e.g.
/wt color #55FFFFor/wt color #FF5555)
HUD Position Presets
Use /wt location <preset> to place the counter at a specific position:
bottom_right(Default)bottom_lefttop_lefttop_rightmiddle_leftmiddle_rightcenterabove_hotbar
Configuration File
Settings are stored at .minecraft/config/pvpclubtracker.json:
{
"wins": 0,
"losses": 0,
"color": "dynamic",
"location": "BOTTOM_RIGHT",
"enabled": true
}


