ComboCounter

Quick rating

ComboCounter

No reviews yet

A mod that counts ur combo and crit and displays on screen and also resets if u can't keep that chain...

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
combocounter-1.21.9-1.21.11.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

** ComboCounter Mod

 📋 Overview

**ComboCounter** is a lightweight Minecraft Fabric mod that displays your combat performance in real-time. Track your critical hit streaks and combo knockback chains with a clean, customizable HUD overlay.

---

 🎯 Summary

| Property | Value |
|----------|-------|
| **Mod Name** | ComboCounter |
| **Mod ID** | `combocounter` |
| **Version** | 1.0.0 |
| **Minecraft** | 1.21.4 |
| **Mod Loader** | Fabric |
| **Side** | Client-side only |
| **Dependencies** | Fabric API, Cloth Config |

---

✨ Features

 Core Features
| Feature | Description |
|---------|-------------|
| **☠ Crit Streak Counter** | Tracks consecutive critical hits on enemies |
| **⚔ Combo Streak Counter** | Tracks consecutive hits that knockback enemies |
| **Auto Reset** | Counters reset after 2 seconds of no hits |
| **Real-time Display** | Updates instantly during combat |

 Customization
| Feature | Description |
|---------|-------------|
| **12 Position Presets** | Place HUD anywhere on screen |
| **Fine-tune Positioning** | X/Y offset sliders for pixel-perfect placement |
| **Custom Colors** | Change colors for crit, combo, and label text |
| **Text Shadow** | Toggle shadow for better visibility |
| **Toggle Visibility** | Show/hide each counter independently |

 Keybindings
| Key | Action |
|-----|--------|
| **H** | Toggle HUD on/off |
| **J** | Open config screen |
| **K** | Cycle through position presets |

---

 📍 Position Presets

| Preset | Location |
|--------|----------|
| `TOP_LEFT` | Top left corner |
| `TOP_CENTER` | Top center |
| `TOP_RIGHT` | Top right corner |
| `MIDDLE_LEFT` | Middle left side |
| `CENTER` | Screen center |
| `MIDDLE_RIGHT` | Middle right side |
| `BOTTOM_LEFT` | Bottom left corner |
| `BOTTOM_CENTER` | Bottom center |
| `BOTTOM_RIGHT` | Bottom right corner |
| `ABOVE_HOTBAR` | Just above hotbar |
| `BELOW_HOTBAR` | Below hotbar |
| `CUSTOM` | Manual X/Y coordinates |

---

 🎮 How It Works

 Critical Hits (☠)
- Detected when you land a **critical hit** on any entity
- Critical hits occur when falling and attacking
- Streak increases with each consecutive crit
- Resets after **2 seconds** of no crits

 Combo Hits (⚔)
- Detected when your attack causes **knockback**
- Works on any living entity (mobs, players)
- Streak increases with each successful combo hit
- Resets after **2 seconds** of no hits

---

 🛠️ Configuration

 Config File Location
```
.minecraft/config/combocounter.json
```

 Config Options

```json
{
  "enabled": true,
  "xOffset": 0,
  "yOffset": 0,
  "showShadow": true,
  "showCritStreak": true,
  "showComboStreak": true,
  "critColor": "0xFFFF6600",
  "comboColor": "0xFF00FFFF",
  "labelColor": "0xFFFFFFFF",
  "textScale": 1.0,
  "positionPreset": "TOP_LEFT",
  "padding": 10
}
```

| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `enabled` | boolean | `true` | Master toggle for HUD |
| `xOffset` | int | `0` | Horizontal offset (-200 to 200) |
| `yOffset` | int | `0` | Vertical offset (-200 to 200) |
| `showShadow` | boolean | `true` | Text shadow visibility |
| `showCritStreak` | boolean | `true` | Show crit counter |
| `showComboStreak` | boolean | `true` | Show combo counter |
| `critColor` | hex color | `0xFFFF6600` | Orange color for crits |
| `comboColor` | hex color | `0xFF00FFFF` | Cyan color for combos |
| `labelColor` | hex color | `0xFFFFFFFF` | White color for labels |
| `positionPreset` | string | `TOP_LEFT` | Position preset name |
| `padding` | int | `10` | Edge padding (0-100) |

---

 📦 Dependencies

| Dependency | Required | Link |
|------------|----------|------|
| **Fabric Loader** | ✅ Yes | [fabricmc.net](https://fabricmc.net/) |
| **Fabric API** | ✅ Yes | [Modrinth](https://modrinth.com/mod/fabric-api) |
| **Cloth Config** | ✅ Yes | [Modrinth](https://modrinth.com/mod/cloth-config) |

---

 🎯 Use Cases

 PvP Combat
- Track your crit consistency in duels
- Monitor combo chains against opponents
- Improve your PvP skills with visual feedback

 PvE Combat
- See how many crits you land on mobs
- Track combo efficiency during raids
- Challenge yourself to beat your streak records

 Practice & Training
- Perfect your critical hit timing
- Learn optimal attack spacing for combos
- Visual feedback for combat improvement

 Content Creation
- Display combat stats for viewers
- Show off impressive streak numbers
- Add professional HUD elements to videos

---

 📸 HUD Display Example

```
☠ Crit Streak: 7
⚔ Combo Streak: 12
```

**Colors (Default):**
- ☠ Crit Streak: — White label, **Orange** number
- ⚔ Combo Streak: — White label, **Cyan** number

---

 🔧 Installation

1. Install **Fabric Loader** for Minecraft 1.21.4
2. Download and install **Fabric API**
3. Download and install **Cloth Config**
4. Place `combocounter-1.0.0.jar` in `.minecraft/mods/`
5. Launch Minecraft

---

 ⌨️ Controls

| Action | Default Key | Customizable |
|--------|-------------|--------------|
| Toggle HUD | `H` | ✅ Yes (in Controls) |
| Open Config | `J` | ✅ Yes (in Controls) |
| Cycle Position | `K` | ✅ Yes (in Controls) |

---

 📊 Technical Details

| Aspect | Detail |
|--------|--------|
| **Detection Method** | Mixin injection into attack packets |
| **Render Method** | Fabric HUD Render Callback |
| **Config Format** | JSON with GSON |
| **Performance Impact** | Minimal (< 1% CPU) |
| **Memory Usage** | ~2 MB |
| **Network Traffic** | None (client-side only) |


---

 ✅ Compatibility

| Mod Type | Compatible |
|----------|------------|
| Other HUD mods | ✅ Yes |
| Optimization mods (Sodium, Lithium) | ✅ Yes |
| Combat mods | ✅ Yes |
| Minimaps | ✅ Yes |
| Shader packs | ✅ Yes |

---

 📝 Changelog

 Version 1.0.0
- Initial release
- Crit streak counter with ☠ symbol
- Combo streak counter with ⚔ symbol
- 12 position presets
- Full color customization
- Keybinding support
- Cloth Config integration
- 2-second auto-reset timer

---

🐛 Known Issues

| Issue | Status |
|-------|--------|
| None reported | ✅ Stable |

---

Enjoy tracking your combat skills! ⚔️☠️**

Need a server to run Minecraft Server?
Get 24/7 high-performance hosting from reliable hosting for your community!
Click here to get started with KCB Hosting

ComboCounter Mod

Real-Time Combo and Crit Performance Tracker

BisectHosting Banner

Support the mod!
Get a 24/7 Minecraft server for 25% off your first month!
Click here to get started

📋 Overview

ComboCounter is a lightweight Minecraft Fabric mod that displays your combat performance in real-time. Track your critical hit streaks and combo knockback chains with a clean, customizable HUD overlay.


🎯 Summary

Property Value
Mod Name ComboCounter
Mod ID combocounter
Version 1.0.0
Minecraft 1.21.4
Mod Loader Fabric
Side Client-side only
Dependencies Fabric API, Cloth Config

✨ Features

Core Features

Feature Description
☠ Crit Streak Counter Tracks consecutive critical hits on enemies
⚔ Combo Streak Counter Tracks consecutive hits that knockback enemies
Auto Reset Counters reset after 2 seconds of no hits
Real-time Display Updates instantly during combat

Customization

Feature Description
12 Position Presets Place HUD anywhere on screen
Fine-tune Positioning X/Y offset sliders for pixel-perfect placement
Custom Colors Change colors for crit, combo, and label text
Text Shadow Toggle shadow for better visibility
Toggle Visibility Show/hide each counter independently

Keybindings

Key Action
H Toggle HUD on/off
J Open config screen
K Cycle through position presets

📍 Position Presets

Preset Location
TOP_LEFT Top left corner
TOP_CENTER Top center
TOP_RIGHT Top right corner
MIDDLE_LEFT Middle left side
CENTER Screen center
MIDDLE_RIGHT Middle right side
BOTTOM_LEFT Bottom left corner
BOTTOM_CENTER Bottom center
BOTTOM_RIGHT Bottom right corner
ABOVE_HOTBAR Just above hotbar
BELOW_HOTBAR Below hotbar
CUSTOM Manual X/Y coordinates

🎮 How It Works

Critical Hits (☠)

  • Detected when you land a critical hit on any entity
  • Critical hits occur when falling and attacking
  • Streak increases with each consecutive crit
  • Resets after 2 seconds of no crits

Combo Hits (⚔)

  • Detected when your attack causes knockback
  • Works on any living entity (mobs, players)
  • Streak increases with each successful combo hit
  • Resets after 2 seconds of no hits

🛠️ Configuration

Config File Location

.minecraft/config/combocounter.json

Config Options

{
  "enabled": true,
  "xOffset": 0,
  "yOffset": 0,
  "showShadow": true,
  "showCritStreak": true,
  "showComboStreak": true,
  "critColor": "0xFFFF6600",
  "comboColor": "0xFF00FFFF",
  "labelColor": "0xFFFFFFFF",
  "textScale": 1.0,
  "positionPreset": "TOP_LEFT",
  "padding": 10
}
Option Type Default Description
enabled boolean true Master toggle for HUD
xOffset int 0 Horizontal offset (-200 to 200)
yOffset int 0 Vertical offset (-200 to 200)
showShadow boolean true Text shadow visibility
showCritStreak boolean true Show crit counter
showComboStreak boolean true Show combo counter
critColor hex color 0xFFFF6600 Orange color for crits
comboColor hex color 0xFF00FFFF Cyan color for combos
labelColor hex color 0xFFFFFFFF White color for labels
positionPreset string TOP_LEFT Position preset name
padding int 10 Edge padding (0-100)

📦 Dependencies

Dependency Required Link
Fabric Loader ✅ Yes fabricmc.net
Fabric API ✅ Yes Modrinth
Cloth Config ✅ Yes Modrinth

🎯 Use Cases

PvP Combat

  • Track your crit consistency in duels
  • Monitor combo chains against opponents
  • Improve your PvP skills with visual feedback

PvE Combat

  • See how many crits you land on mobs
  • Track combo efficiency during raids
  • Challenge yourself to beat your streak records

Practice & Training

  • Perfect your critical hit timing
  • Learn optimal attack spacing for combos
  • Visual feedback for combat improvement

Content Creation

  • Display combat stats for viewers
  • Show off impressive streak numbers
  • Add professional HUD elements to videos

📸 HUD Display Example

☠ Crit Streak: 7
⚔ Combo Streak: 12

Colors (Default):

  • ☠ Crit Streak: — White label, Orange number
  • ⚔ Combo Streak: — White label, Cyan number

🔧 Installation

  1. Install Fabric Loader for Minecraft 1.21.4
  2. Download and install Fabric API
  3. Download and install Cloth Config
  4. Place combocounter-1.0.0.jar in .minecraft/mods/
  5. Launch Minecraft

⌨️ Controls

Action Default Key Customizable
Toggle HUD H ✅ Yes (in Controls)
Open Config J ✅ Yes (in Controls)
Cycle Position K ✅ Yes (in Controls)

📊 Technical Details

Aspect Detail
Detection Method Mixin injection into attack packets
Render Method Fabric HUD Render Callback
Config Format JSON with GSON
Performance Impact Minimal (< 1% CPU)
Memory Usage ~2 MB
Network Traffic None (client-side only)

✅ Compatibility

Mod Type Compatible
Other HUD mods ✅ Yes
Optimization mods (Sodium, Lithium) ✅ Yes
Combat mods ✅ Yes
Minimaps ✅ Yes
Shader packs ✅ Yes

📝 Changelog

Version 1.0.0

  • Initial release
  • Crit streak counter with ☠ symbol
  • Combo streak counter with ⚔ symbol
  • 12 position presets
  • Full color customization
  • Keybinding support
  • Cloth Config integration
  • 2-second auto-reset timer

🐛 Known Issues

Issue Status
None reported ✅ Stable

📜 License

MIT License — Free to use, modify, and distribute.


Enjoy tracking your combat skills! ⚔️☠️**

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
<1,000
Modrinth
~2,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works