Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published last month
WindChargeCounter
A highly customizable, client-side utility mod designed for Mace PvP that tracks and displays remaining Wind Charges for both you and your opponents.
Overview
WindChargeCounter is a lightweight Fabric mod created specifically for the competitive PvP community. It provides a real-time count of how many Wind Charges (out of the standard 128 maximum) you and your opponent have left during a duel.
This mod helps players maintain better situational awareness without having to manually keep track of the opponent's item usage.
Features
- Interactive HUD: Displays a sleek, customizable tracker on your screen showing the remaining wind charges.
- Edit Mode: Press
Kin-game to enter Edit Mode. You can freely drag the HUD anywhere on your screen and use the corner handles to resize it to your preference. - Nametag Integration: The wind charge count is seamlessly integrated into player nametags, so you can easily see an opponent's status during fast-paced combat.
- Automatic Match Tracking: The mod automatically detects when a new round starts (e.g., when an inventory refill occurs) and resets the counters accordingly.
- Manual Reset Command: You can use
/wcc resetto clear and reset the tracking data manually at any time. - Extensive Customization: Full support for
ModMenu, allowing you to tweak visual preferences easily from the configuration menu.
Important Information
Note: This is a client-side only modification. It works by observing item usage (throwing wind charges) in your render distance to calculate the remaining amount. It does not require any server-side plugins to function.
Installation Requirements
- Download the latest release.
- Install Fabric Loader (for Minecraft 1.21+) and the Fabric API.
- Required Dependency: You must install m4lib for the mod to work.
- Place the
.jarfiles into your.minecraft/modsfolder. - (Optional but recommended) Install Mod Menu to access the configuration screen.
Building from source
Requirements:
- Java 21+
git clone https://github.com/m4ssivee/windchargecounter.git
cd windchargecounter
./gradlew build
